diff options
| author | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:21:33 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2016-12-31 00:21:33 -0700 |
| commit | 0261ec21b91e41c2cdfa7d5eb5749aed802e52a4 (patch) | |
| tree | bc799ad1d1ab70cb2131f4a161aa1841f890b02e /dash/css | |
| parent | 3ba203b3c017c5a91d36e95d68851dd4f70bf3c1 (diff) | |
| download | bulletin-0261ec21b91e41c2cdfa7d5eb5749aed802e52a4.tar.gz | |
Styled settings.php (III)
Diffstat (limited to 'dash/css')
| -rw-r--r-- | dash/css/dash.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 33be2c1..3e9c30e 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -220,6 +220,11 @@ body { margin: 1em auto; padding-top: 1em; } +.fjsettings { + margin: 5em auto 1em auto; + height: 500px; + border-radius: 5px; +} .fjsettings #fjbody { padding: 1em 0 0.75em 0; } |
