Changeset 102 for Dev/trunk/css
- Timestamp:
- 09/05/11 10:29:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r97 r102 327 327 328 328 .padding1em { 329 329 padding: 1em; 330 330 } 331 331 … … 407 407 408 408 .borderRadius { 409 409 -moz-border-radius: 15px; 410 410 border-radius: 15px; 411 411 } 412 412 413 413 .boxShadow { 414 414 -moz-box-shadow: 2px 2px 2px #888; 415 415 -webkit-box-shadow: 2px 2px 2px #888; 416 416 box-shadow: 2px 2px 2px #888; … … 470 470 ===================== STYLESHEET OF GLORY ======================== */ 471 471 .resultsDiv { 472 473 472 height: 10em; 473 border: 1px solid white; 474 474 } 475 475 476 476 .resultDiv { 477 width: 10em; 478 height: 10em; 479 border: 1px solid white; 480 background-color: #c6c6c6; 481 float: left; 482 margin-left: 2em; 477 width: 10em; 478 height: 10em; 479 border: 1px solid white; 480 background-color: #c6c6c6; 481 float: left; 482 margin-left: 2em; 483 } 484 485 /* ################################################################## 486 ===================== STYLESHEET OF GLORY ======================== */ 487 #questionListWrapper { 488 text-align: center; 489 margin-bottom: 2em; 490 } 491 492 #questionListWrapper #questionsList { 493 width: 80%; 494 min-width: 800px; 495 height: 30em; 496 } 497 498 #questionEditForm { 499 483 500 } 484 501
Note: See TracChangeset
for help on using the changeset viewer.