Changeset 0f53aae for remit/media
- Timestamp:
- Apr 17, 2010, 7:58:23 PM (15 years ago)
- Branches:
- master, client
- Children:
- 09b7c26
- Parents:
- ea76b01
- git-author:
- Alex Dehnert <adehnert@…> (04/17/10 19:57:49)
- git-committer:
- Alex Dehnert <adehnert@…> (04/17/10 19:58:23)
- Location:
- remit/media/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/media/style/default.css
r7e8566f r0f53aae 42 42 } 43 43 44 #content > .curuser 45 { 46 margin-top: -1em; 47 margin-right: -1em; 48 float: right; 49 background-color: #99f; 50 border: 1px solid #888; 51 52 text-align: right; 53 line-height: 100%; 54 } 55 #content > .curuser p 56 { 57 margin: 0.2em; 58 } 59 44 60 /* Reset some stuff */ 45 61 h1, h2, h3, th -
remit/media/style/style.css
red4ccc7 r0f53aae 89 89 font-weight: normal; 90 90 } 91 92 span.username 93 { 94 font-family: "Courier", monospace; 95 }
Note: See TracChangeset
for help on using the changeset viewer.