Changeset 963
- Timestamp:
- Dec 3, 2005, 7:53:56 PM (19 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin.tpl
r948 r963 78 78 79 79 <!-- BEGIN infos --> 80 <div id="infos">80 <div class="infos"> 81 81 <ul> 82 82 <!-- BEGIN info --> -
trunk/template/yoga/default-colors.css
r960 r963 27 27 } 28 28 29 #errors { /* Errors display */29 .errors { /* Errors display */ 30 30 color: red; 31 31 background-color: #ffe1e1; … … 40 40 } 41 41 42 #errors ul li42 .errors ul li 43 43 { 44 44 font-weight: normal; … … 48 48 * Informations box in administration 49 49 */ 50 #infos {50 .infos { 51 51 text-align: left; 52 52 background-color: palegreen;
Note: See TracChangeset
for help on using the changeset viewer.