<newsletter:master> small css cleanups
Dominic Hopf
git-noreply at xxxxx
Thu Jul 21 12:24:05 UTC 2011
Updating branch refs/heads/master
to deda747d4a547d708aa1257b59fbc254d8746174 (commit)
from 06679394ba6e975fe6d3b834f25d72df38944be9 (commit)
commit deda747d4a547d708aa1257b59fbc254d8746174
Author: Dominic Hopf <dmaphy at fedoraproject.org>
Date: Thu Jul 21 14:17:50 2011 +0200
small css cleanups
stylesheets/mainstyle.css | 48 ++++++++++++++++++++------------------------
1 files changed, 22 insertions(+), 26 deletions(-)
diff --git a/stylesheets/mainstyle.css b/stylesheets/mainstyle.css
index 772d714..f9a36b4 100644
--- a/stylesheets/mainstyle.css
+++ b/stylesheets/mainstyle.css
@@ -3,12 +3,11 @@ html { font-family: sans-serif; }
body
{
font-family: sans-serif;
- width: 80%; height: 600px;
+ width: 80%;
margin-left: auto; margin-right: auto;
margin-top: 2%;
}
-
h1 { font-size: 1.4em }
h2 { font-size: 1.3em }
h3 { font-size: 1.2em }
@@ -29,14 +28,33 @@ a:hover
text-decoration: underline;
}
+img { border-width: 0; }
+
+
+hr
+{
+ border-style: solid;
+ border-color: #babdb6;
+}
+
+table
+{
+ margin-top: 20px;
+}
+
+table, th, td
+{
+ border-style:1px solid;
+ border-color: #babdb6;
+}
+
+
div.document
{
width: 80%;
margin-left: auto; margin-right: auto;
}
-img { border-width: 0; }
-
div#header
{
line-height: 48px;
@@ -92,10 +110,6 @@ div#navigation hr
{
width: 180px;
margin-left: -1em;
-/*
-
- margin-right: -4em;
-*/
}
@@ -172,24 +186,6 @@ code, blockquote, pre.literal-block
}
-hr
-{
- border-style: solid;
- border-color: #babdb6;
-}
-
-table
-{
- margin-top: 20px;
-}
-
-table, th, td
-{
- border-style:1px solid;
- border-color: #babdb6;
-}
-
-
/*
* This is for the pages with a content section. The heading of the content
* generated from rst2html looks like this:
More information about the Newsletter-Commits
mailing list