diff options
author | friendica <info@friendica.com> | 2012-10-27 04:01:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-27 04:01:05 -0700 |
commit | 4d974322145258c0dc464c6c8eb0085d25e36d9d (patch) | |
tree | 35ba155ab7b12985dc698a068f3df8ea33213200 /view | |
parent | e29618ee0df044b1ae292fb28a0a8fda34e63252 (diff) | |
download | volse-hubzilla-4d974322145258c0dc464c6c8eb0085d25e36d9d.tar.gz volse-hubzilla-4d974322145258c0dc464c6c8eb0085d25e36d9d.tar.bz2 volse-hubzilla-4d974322145258c0dc464c6c8eb0085d25e36d9d.zip |
theme tweaks cont.
Diffstat (limited to 'view')
-rw-r--r-- | view/css/default.css | 4 | ||||
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/css/default.css b/view/css/default.css index 80ec47722..8583d6589 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,7 +8,7 @@ aside { display: block; width: 200px; position: absolute; - top: 64px; + top: 48px; left: 0; margin-left: 10px; /* float: left; */ @@ -17,7 +17,7 @@ aside { section { position: absolute; - top: 64px; + top: 48px; left: 250px; display: block; right: 15px; diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index a1a024c46..d8fad071b 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2581,7 +2581,7 @@ aside input[type='text'] { .fn { - padding: 0px 0px 5px 12px; + padding: 0px 0px 5px 0px; font-size: 120%; font-weight: bold; } |