Changeset 123132 in spip-zone
- Timestamp:
- Mar 25, 2020, 4:03:56 PM (10 months ago)
- Location:
- _plugins_/bootstrap4/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap4/trunk
- Property subgit:lock:f87959b5c2630c514a65e5a3f7139906a8cadca4 deleted
-
Property
subgit:lock:5fb4adce255d3faea6eed2d721906da05345e253
set to
2020-03-25T17:04:06.640
-
_plugins_/bootstrap4/trunk/bootstrap2spip/css/_forms.scss
r123036 r123132 3 3 legend { 4 4 font-size: $h3-font-size; 5 color:$headings-color; 5 6 line-height: $line-height-base / ($h3-font-size / $font-size-base); 6 margin-bottom: $rem-vert-margin / 2; 7 margin-top: $rem-vert-margin / 2; 8 border-bottom: $input-border-width solid $input-border-color; 7 margin-bottom: $rem-vert-margin * 0.75; 8 padding-bottom: $rem-vert-margin * 0.25; 9 border-bottom: $input-border-width solid rgba($input-border-color,0.5); 10 margin-top: $rem-vert-margin; 11 &:first-child { 12 margin-top: 0; 13 } 9 14 } 10 15 -
_plugins_/bootstrap4/trunk/paquet.xml
r123122 r123132 2 2 prefix="bootstrap4" 3 3 categorie="outil" 4 version="4.4.1. 3"4 version="4.4.1.4" 5 5 etat="test" 6 6 compatibilite="[3.2.0;3.3.*]"
Note: See TracChangeset
for help on using the changeset viewer.