Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git] / public / stylesheets / dropdown / themes / helper.css
blob062c897d46bcd7f10296f626981bb0cbbab3b1fa
2 * {
3 margin: 0;
4 padding: 0;
7 body {
8 padding: 50px;
9 border-top: solid 1px #fff;
10 background: #fff url(images/pattern1.png) 0 0 repeat-x;
11 font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
14 p { margin-bottom: 1em; }
16 ul.classic {
17 list-style: disc;
18 margin-bottom: 1em;
19 padding-left: 2em;
22 h1,h2,h3 {
23 margin-bottom: .5em;
24 font-family: Arial, Helvetica, sans-serif;
25 line-height: normal;
28 h1 {
29 border-bottom: solid 1px #d9d9d9;
30 font-weight: normal;
31 font-size: 180%;
32 text-indent: 5px;
33 letter-spacing: -1px;
36 .dropdown-upward {
37 margin-top: 400px !important;