summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-04-07 17:41:21 +0200
committerPavel Grunt <pgrunt@redhat.com>2016-04-11 09:13:47 +0200
commitc88fe2a940e47839891b536fa358100250e2d435 (patch)
tree96f16e4a847b26775ea012128ef975cbeb183312
parent1f7620dedc31ff7b19fc6df83f49504e6a774347 (diff)
Change style
Distinguish headers from links
-rw-r--r--spice-space/static/css/main.css26
1 files changed, 14 insertions, 12 deletions
diff --git a/spice-space/static/css/main.css b/spice-space/static/css/main.css
index c8920d2..44e9f12 100644
--- a/spice-space/static/css/main.css
+++ b/spice-space/static/css/main.css
@@ -121,7 +121,10 @@ blockquote {
/*
Extras
*****************/
-#extras {margin: 0 auto 0 auto; overflow: hidden;}
+#extras {
+ margin: 2em auto;
+ overflow: hidden;
+}
#extras ul {list-style: none; margin: 0;}
#extras li {border-bottom: 1px solid #fff;}
@@ -240,15 +243,8 @@ blockquote {
li:last-child .hentry, #content > .hentry {border: 0; margin: 0;}
#content > .hentry {padding: 1em 0;}
.hentry img{display : none ;}
-.entry-title {
- background-image: url('../images/icons/content_icon.png'), url('../images/icons/content_gradient.png');
- background-position: right, top left;
- background-repeat: no-repeat, repeat-x;
- border: 1px solid #000000;
-}
h1.entry-title {
- padding-left: 0.5em;
font-weight: bold;
}
@@ -324,12 +320,9 @@ h1.entry-title {
h2 {
padding-top: 0.5em;
}
-h2, h3 {
+h1, h2, h3 {
border-bottom: 2px solid silver;
}
-h2, h3, h4, h5, h6 {
- color: #527bbd;
-}
div.title, caption.title {
color: #527bbd;
@@ -338,3 +331,12 @@ div.title, caption.title {
margin-top: 1em;
text-align: left;
}
+
+.image-reference > .align-center {
+ display: block;
+ text-align: center;
+ max-width: 100%;
+}
+.align-center {
+ margin: 0 auto;
+}