From 9a6fe2bf696c4c364518159735f4f5d12c666681 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 15 Mar 2013 08:20:00 +0100 Subject: Reaorganization of folders for the CSS, templates and pictures. --- source/css/log.css | 60 ------------------------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 source/css/log.css (limited to 'source/css/log.css') 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; -} -- cgit