Changeset 48857 in spip-zone for _themes_/zpip-2/KeepItSimple/css/spip.list.less
- Timestamp:
- Jun 16, 2011, 4:36:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_themes_/zpip-2/KeepItSimple/css/spip.list.less
r48853 r48857 2 2 /* Sous-navigation et autres menus 3 3 /* ------------------------------------------ */ 4 @import _spip "css/config.less";4 @import "config.less"; 5 5 6 6 /* Habillage general des menus de navigation */ 7 .menu { clear: both; margin-bottom: @margin-bottom/*@margin-bottom*/; text-align: left; }7 .menu { clear: both; margin-bottom: /*@margin-bottom*/@margin-bottom; text-align: left; } 8 8 .menu > h1, 9 9 .menu > h2, … … 14 14 15 15 .menu-items { margin: 0; padding: 0; list-style: none; border-top: 2px solid #ebebeb; } 16 .menu-items .item { margin: 0; padding: @quart-margin-bottom/*@quart-margin-bottom*/;background: url(img/dots.gif) repeat-x left bottom;}16 .menu-items .item { margin: 0; padding: /*@quart-margin-bottom*/@quart-margin-bottom;background: url(img/dots.gif) repeat-x left bottom;} 17 17 * html body .menu-items .item {height: 1%;} 18 18 … … 38 38 39 39 /* Listes d'items */ 40 .liste {margin-bottom: @margin-bottom/*@margin-bottom*/;}40 .liste {margin-bottom: /*@margin-bottom*/@margin-bottom;} 41 41 .liste > h1, 42 42 .liste > h2, … … 47 47 48 48 49 .liste-items {margin: 0; padding: 0; list-style: none; border-bottom:0;border-top: 2px solid #ebebeb; ;margin-bottom: @margin-bottom/*@margin-bottom*/;}49 .liste-items {margin: 0; padding: 0; list-style: none; border-bottom:0;border-top: 2px solid #ebebeb;margin-bottom: /*@margin-bottom*/@margin-bottom;} 50 50 .liste .liste-items {margin-bottom: 0;} 51 .liste-items .item {list-style:square; margin-left:0; padding: @demi-margin-bottom/*@demi-margin-bottom*/0; clear:both; overflow:hidden;background: url(img/dots.gif) repeat-x left bottom;}51 .liste-items .item {list-style:square; margin-left:0; padding:/*@demi-margin-bottom*/@demi-margin-bottom 0; clear:both; overflow:hidden;background: url(img/dots.gif) repeat-x left bottom;} 52 52 * html body .liste-items .item {height: 1%;} 53 53 .liste-items .item a, … … 60 60 .liste-items .item:hover {background-color: #F8F8F8;} 61 61 62 .liste-items .item ul {margin-left: @text-indent/*@text-indent*/;list-style-type: disc;}63 .liste-items .item ol {margin-left: @text-indent/*@text-indent*/;list-style-type: numeric;}62 .liste-items .item ul {margin-left: /*@text-indent*/@text-indent;list-style-type: disc;} 63 .liste-items .item ol {margin-left: /*@text-indent*/@text-indent;list-style-type: numeric;} 64 64 65 65 .liste.articles .spip_logos { float: right; clear: right; margin: .8em 0 4px 16px; }
Note: See TracChangeset
for help on using the changeset viewer.