Changeset 856aac8 for remit/media/style/style.css
- Timestamp:
- Feb 9, 2010, 2:12:04 AM (16 years ago)
- Branches:
- master, client
- Children:
- e601d3b
- Parents:
- 004d06d
- git-author:
- Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
- git-committer:
- Alex Dehnert <adehnert@…> (02/09/10 02:12:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/media/style/style.css
r84b3640 r856aac8 21 21 color: red; 22 22 } 23 24 div.messagebox 25 { 26 padding: 0 10px 10px 10px; 27 margin: 2em 0; 28 border: 1px solid; 29 width: 50%; 30 } 31 div.messagebox > h3 32 { 33 margin: 0 -10px; 34 padding: 2px 10px; 35 margin-bottom: 1em; 36 } 37 38 div.infobox 39 { 40 background-color: #afa; 41 border-color: #0f0; 42 } 43 44 div.infobox h3 { 45 background: #6f6; 46 } 47 48 div.warnbox 49 { 50 background-color: #ffdf60; 51 border-color: #ffbf00; 52 } 53 54 div.warnbox h3 { 55 background: #faba00; 56 } 57 58 div.errorbox 59 { 60 background-color: #faa; 61 border-color: red; 62 } 63 64 div.errorbox h3 { 65 background: #f88; 66 }
Note: See TracChangeset
for help on using the changeset viewer.