aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-07-02 15:09:34 +0200
committercedricbonhomme <devnull@localhost>2010-07-02 15:09:34 +0200
commit674289f2282b87f4b9f275e0c219b491c4d78551 (patch)
tree28dc93df073d27f3708c4d78665a171d0b4463a1 /css/style.css
parentThe size of article's titles on the main page is limited to 150 caracters. (diff)
downloadnewspipe-674289f2282b87f4b9f275e0c219b491c4d78551.tar.gz
newspipe-674289f2282b87f4b9f275e0c219b491c4d78551.tar.bz2
newspipe-674289f2282b87f4b9f275e0c219b491c4d78551.zip
Added logo.
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 0de4ca0e..c4316437 100755
--- a/css/style.css
+++ b/css/style.css
@@ -253,6 +253,12 @@ blockquote.right {
clear: both;
}
+.innerlogo {
+ margin-top: 0em;
+ padding: 0em 2em 0em 2em;
+ clear: both;
+}
+
.left {
float: left;
position: absolute;
bgstack15