Changeset 8919
- Timestamp:
- Nov 1, 2008, 7:01:23 PM (11 years ago)
- Location:
- OpenPNE3/trunk/web
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/web/css/main.css
r7708 r8919 1 /*============================================================================== 2 * informationBox 3 *----------------------------------------------------------------------------*/ 4 .informationBox { 5 padding-left: 102px; 6 border: 1px solid #CCCCCC; 7 background: #EEEEEE url(../images/icon_information.gif) no-repeat 5px 50%; 8 } 9 .informationBox div.body { 10 min-height: 1.2em; 11 padding: 5px; 12 border-left: 1px solid #CCCCCC; 13 background: #FFFFFF; 14 } 15 .informationBox .caution { 16 color: #FF0000; 17 }
Note: See TracChangeset
for help on using the changeset viewer.