Changeset 1383:7e9ddde15415
- Timestamp:
- 08/15/13 14:20:29 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1380 r1383 385 385 padding-top: .6rem; 386 386 } 387 #favorites-menu a {388 color: #333;389 }390 387 /* ------------------------------------------------------------------ footer */ 391 388 #footer { … … 471 468 box-shadow: 0 3px 3px 0 #ccc; 472 469 } 473 #icons a img:hover {470 #icons a img:hover, #icons a:focus img { 474 471 background-color: #BBDB58; 475 472 } … … 492 489 } 493 490 #dashboard-items { 494 margin: 2em auto;491 margin: 3em auto; 495 492 display: table; 496 /*background: #eef;*/497 493 border-collapse: collapse; 498 494 } … … 501 497 padding: 1em 3em; 502 498 vertical-align: top; 503 border: 1px dashed #A2CBE9;499 border: 1px solid #ccc; 504 500 } 505 501 #dashboard-items img {
Note: See TracChangeset
for help on using the changeset viewer.