Changeset 276 for Dev/branches/Cartis/css
- Timestamp:
- 02/21/12 13:56:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/css/visualeditors.css
r239 r276 24 24 25 25 #wrapper { 26 width: 80%; 27 min-width: 800px; 26 width: 960px; 28 27 margin: 0 auto; 29 28 } … … 506 505 507 506 #breadcrumbs { 507 font-size: 14px; 508 color: #fff; 509 margin: 0 10px; 510 padding: 5px 20px; 511 width: 88%; 512 } 513 514 #breadcrumbs a { 515 text-decoration: none; 516 color: #fff; 517 } 518 519 #breadcrumbs a:hover { 520 color: #367ac3; 521 } 522 523 #breadcrumbs a.selected { 508 524 text-decoration: underline; 509 font-size: 50px; 510 font-family: monospace; 511 } 525 }
Note: See TracChangeset
for help on using the changeset viewer.