diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2011-04-24 22:57:24 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-24 22:57:24 -0700 |
| commit | 41bc967808bff9add8f75b441169a4ba46213f24 (patch) | |
| tree | 2ba2e4c2c204a43f509fb87674550aef8f6ca261 /themes/wind/css | |
| parent | 10f117238a4302092fdfb71a02542281f2b2d356 (diff) | |
| parent | 1950f9c46652d76b8734df3b08bfcf4a4ffeb6fb (diff) | |
Merge branch 'master' of git://github.com/ckieffer/gallery3
Diffstat (limited to 'themes/wind/css')
| -rw-r--r-- | themes/wind/css/screen.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index b470ab1c..d6909364 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -111,6 +111,23 @@ a:hover, padding-left: 32px; } +/* Lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +ul.g-text li, +.g-text ul li { + list-style-type: disc; +} + +ol.g-text li, +.g-text ol li { + list-style-type: decimal; +} + +.g-text li, +.g-text li { + margin-left: 1em; +} + /* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ form { @@ -928,7 +945,7 @@ button { .g-progress-bar { height: 1em; width: 100%; - margin-top: .5em; + margin: .5em 0; display: inline-block; } |
