Changeset 3a0c51b for remit/media
- Timestamp:
- Feb 4, 2010, 4:30:15 AM (15 years ago)
- Branches:
- master, client
- Children:
- 1d4c89e
- Parents:
- 3e79308
- git-author:
- Alex Dehnert <adehnert@…> (02/04/10 04:30:15)
- git-committer:
- Alex Dehnert <adehnert@…> (02/04/10 04:30:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/media/style/default.css
ra6806bf r3a0c51b 1 1 body 2 2 { 3 margin: 1em; 3 padding: 1em; 4 background-color: #ddd; 5 } 6 #content 7 { 8 margin: 0; 9 margin-top: 5px; 4 10 padding: 1em; 5 11 min-height: 15em; … … 7 13 background-color: white; 8 14 } 9 html 15 ul.tab-navigation 10 16 { 11 background-color: #ddd; 17 margin-left: 0; 18 padding-left: 0; 19 display: inline; 12 20 } 21 ul.tab-navigation li 22 { 23 margin-left: 0; 24 margin-right: -10px; 25 padding: 2px 15px 5px; 26 border: 1px solid #888; 27 background: white; 28 list-style: none; 29 display: inline; 30 border-top-left-radius: 6px; 31 -webkit-border-top-left-radius: 6px; 32 -moz-border-radius-topleft: 6px; 33 } 34 ul.tab-navigation li.selected 35 { 36 background: #99f; 37 } 38 39 /* Reset some stuff */ 13 40 h1, h2, h3, th 14 41 { 15 42 font-family: "Trebuchet MS", sans-serif; 16 43 } 44 ul 45 { 46 padding-left: 1em; 47 margin-left: 0; 48 }
Note: See TracChangeset
for help on using the changeset viewer.