Changeset 93701 in spip-zone
- Timestamp:
- Dec 15, 2015, 12:35:36 PM (5 years ago)
- Location:
- _themes_/spipr/v1/marguerite/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/spipr/v1/marguerite/css/spip.variables.less
r88041 r93701 1 //@import "bootstrap2spip/css/spip.variables.less"; 2 @emFontSize : 1em * (@baseFontSize / 16); 3 @emLineHeight : 1em * (@baseLineHeight / @baseFontSize); 1 @import "bootstrap2spip/css/spip.variables.less"; 2 4 3 @emVertMargin : 1em; /*@emLineHeight;*/ 5 @indentStep : (@gridColumnWidth + @gridGutterWidth) / 2;6 @indentStep1200 : (@gridColumnWidth1200 + @gridGutterWidth1200) / 2;7 @indentStep768 : (@gridColumnWidth768 + @gridGutterWidth768) / 2; -
_themes_/spipr/v1/marguerite/css/theme.less
r90671 r93701 1 1 @import "css/variables.less"; 2 @import "css/spip.variables.less"; 2 3 @import "css/mixins.less"; 3 4
Note: See TracChangeset
for help on using the changeset viewer.