Changeset 262 for trunk/web-app/css
- Timestamp:
- Mar 12, 2010, 5:42:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/css/wizard.css
r261 r262 21 21 padding-left: 20px; 22 22 background: url(../images/icons/famfamfam/information.png) no-repeat center left; 23 } 24 25 .wizard .info .todo { 26 color:#006DBA; 27 font-size:14px; 28 font-weight:normal; 29 display: block; 30 margin-bottom: 5px; 31 padding-left: 20px; 32 background: url(../images/icons/famfamfam/wrench.png) no-repeat center left; 33 } 34 35 .wizard .info .known { 36 color:#006DBA; 37 font-size:14px; 38 font-weight:normal; 39 display: block; 40 margin-bottom: 5px; 41 padding-left: 20px; 42 background: url(../images/icons/famfamfam/eye.png) no-repeat center left; 23 43 } 24 44
Note: See TracChangeset
for help on using the changeset viewer.