Changeset 58 for Dev/trunk/css/style.css
- Timestamp:
- 07/27/11 15:01:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/style.css
r53 r58 97 97 } 98 98 99 #menu { 100 width: 20em; 101 margin: auto; 102 padding: 3em; 103 text-align: center; 104 background-color: #E3E3E3; 105 -moz-border-radius: 15px; 106 border-radius: 15px; 107 } 99 108 100 109 101 /* ################################################################## … … 251 243 ===================== STYLESHEET OF GLORY ======================== */ 252 244 253 #surveysToLoad { 254 width: 20em; 245 .menu { 246 width: 30em; 247 margin: 1em auto 0 auto; 248 padding: 2em; 249 text-align: center; 250 background-color: #E3E3E3; 251 -moz-border-radius: 15px; 252 border-radius: 15px; 253 } 254 255 .menuButtons { 256 float: left; 257 } 258 259 .toLoad { 260 width: 23em; 255 261 height: 10em; 256 262 }
Note: See TracChangeset
for help on using the changeset viewer.