diff options
author | cedricbonhomme <devnull@localhost> | 2010-07-02 15:09:34 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-07-02 15:09:34 +0200 |
commit | 674289f2282b87f4b9f275e0c219b491c4d78551 (patch) | |
tree | 28dc93df073d27f3708c4d78665a171d0b4463a1 /css | |
parent | The size of article's titles on the main page is limited to 150 caracters. (diff) | |
download | newspipe-674289f2282b87f4b9f275e0c219b491c4d78551.tar.gz newspipe-674289f2282b87f4b9f275e0c219b491c4d78551.tar.bz2 newspipe-674289f2282b87f4b9f275e0c219b491c4d78551.zip |
Added logo.
Diffstat (limited to 'css')
-rw-r--r-- | css/img/tuxrss.png | bin | 0 -> 21798 bytes | |||
-rwxr-xr-x | css/style.css | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/css/img/tuxrss.png b/css/img/tuxrss.png Binary files differnew file mode 100644 index 00000000..b432050c --- /dev/null +++ b/css/img/tuxrss.png 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; |