Changeset 196 for trunk/phpbms/common
- Timestamp:
- 03/02/07 09:52:16 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/login.css
r145 r196 13 13 #loginbox{ 14 14 width:250px; 15 margin:100px auto ;15 margin:100px auto 50px; 16 16 } 17 17 #loginbox h1{margin:0;padding:5px;background:none;height:22px;} … … 33 33 #failed{text-align:center;margin-top:5px;} 34 34 #moreinfo{text-align:center; padding:0 0 4px;} 35 36 #demobox{width:250px; margin:0 auto;} 37 #demobox h2{margin-top:0;} 38 #demobox dt{font-weight:bold; padding:2px 10px;} 39 #demobox dd{padding-bottom:10px;}