Changeset 80 for trunk/admin/temi/altro
- Timestamp:
- May 19, 2010, 8:16:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/temi/altro/style.css
r2 r80 23 23 color: #333333; 24 24 } 25 /* 26 div#container{ 27 width: 550px; 28 margin: 0px auto; 29 text-align: left; 30 } 31 */ 25 32 26 33 27 td { … … 187 181 text-align: left; 188 182 width: 100%; 183 } 184 .table-menu { 185 border: 1px solid #DEDEDC; 186 font-size: 10px; 187 background-position: center top; 188 padding: 0px; 189 color: #666666; 190 margin: auto; 191 width: 50%; 189 192 } 190 193 .table-main { … … 253 256 TEXT-DECORATION: none} 254 257 258 div#container{ 259 260 margin: 0px auto; 261 text-align: left; 262 } 263 /* width: 550px;*/ 264 265 #navmenu ul {margin: 0; padding: 0; 266 list-style-type: none; list-style-image: none; } 267 #navmenu li {display: inline; } 268 #navmenu ul li a {text-decoration:none; margin: 1px; 269 padding: 2px 8px 2px 8px; color: black; 270 } 271 272
Note:
See TracChangeset
for help on using the changeset viewer.