diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-10 10:09:54 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-10 10:09:54 +0200 |
commit | e1f64b6748218dd2668e407dfe780348433d4a63 (patch) | |
tree | 4e62a0d4a7dfb83f8008a924225d6e50dc927f78 /view/theme/redbasic/css | |
parent | c7b55f775384dbb991fdac8e9f074208083df9f8 (diff) | |
download | volse-hubzilla-e1f64b6748218dd2668e407dfe780348433d4a63.tar.gz volse-hubzilla-e1f64b6748218dd2668e407dfe780348433d4a63.tar.bz2 volse-hubzilla-e1f64b6748218dd2668e407dfe780348433d4a63.zip |
move section and aside padding from default.css to style.css
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 321b30a43..5b65226ca 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -28,12 +28,17 @@ aside#region_1 { width: $aside_widthpx; min-width: $aside_widthpx; max-width: $aside_widthpx; + padding: 65px 7px 0px 7px; } main { max-width: $main_widthpx; } +section { + padding: 65px 7px 200px 7px; +} + h1, .h1, h2, .h2 { font-size: 1.667em; } |