diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:51:02 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:51:02 +0200 |
commit | 0a5797d42af662c7073e057ac7533dac0a8e1dde (patch) | |
tree | ed16836a9021978e81e9b94ecbb659e8b276ce1f /source/static/css/style.css | |
parent | Minor change to the template of the /history page. (diff) | |
download | newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.gz newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.bz2 newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.zip |
Minor improvement to the CSS.
Diffstat (limited to 'source/static/css/style.css')
-rwxr-xr-x | source/static/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/static/css/style.css b/source/static/css/style.css index 9317064a..87408e36 100755 --- a/source/static/css/style.css +++ b/source/static/css/style.css @@ -166,7 +166,7 @@ blockquote.right { } .inner { - margin-top: 1em; + margin-top: 0em; padding: 0em 0em 0em 0em; clear: both; } @@ -217,4 +217,4 @@ blockquote.right { * html a:hover { background: transparent; -}
\ No newline at end of file +} |