diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-03-15 08:20:00 +0100 |
commit | 9a6fe2bf696c4c364518159735f4f5d12c666681 (patch) | |
tree | c540d7d1cf76542627673ef36490c641bb02f50f /source/css/log.css | |
parent | Updated revision date (diff) | |
download | newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.gz newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.tar.bz2 newspipe-9a6fe2bf696c4c364518159735f4f5d12c666681.zip |
Reaorganization of folders for the CSS, templates and pictures.
Diffstat (limited to 'source/css/log.css')
-rw-r--r-- | source/css/log.css | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/source/css/log.css b/source/css/log.css deleted file mode 100644 index 9ffd499a..00000000 --- a/source/css/log.css +++ /dev/null @@ -1,60 +0,0 @@ -body { - font:normal medium 'Gill Sans','Gill Sans MT',Verdana,sans-serif; - line-height:1.75; -} - -a:link { - color:#1c73b7; - text-decoration:none; - outline:0; -} - -a:visited { - color:#1c73b7; - text-decoration:none; - outline:0; -} - -a:active { - color:#1c73b7; - text-decoration:none; - outline:0; -} - -h1 { - font-size:x-large; - color:#0c85e5; -} - -h2 { - font-size:medium; -} - -h3 { - font-size:small; -} - -hr { - der-style:dotted; - height:1px; - border-width: 1px 0 0 0; - margin:1.45em 0 1.4em; - padding:0; -} - -#logform { - text-align:center; - clear: both; - position: float; - margin-top: 10%; -} - -#footer { - clear:both; - text-align:center; - font-size:small -} - -img { - border:0; -} |