Author: buildbot
Date: Thu Dec 13 12:54:46 2012
New Revision: 842113
Log:
Staging update by buildbot for sling
Modified:
websites/staging/sling/trunk/content/ (props changed)
websites/staging/sling/trunk/content/res/codehilite.css
websites/staging/sling/trunk/content/res/site.css
Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 12:54:46 2012
@@ -1 +1 @@
-1421228
+1421267
Modified: websites/staging/sling/trunk/content/res/codehilite.css
==============================================================================
--- websites/staging/sling/trunk/content/res/codehilite.css (original)
+++ websites/staging/sling/trunk/content/res/codehilite.css Thu Dec 13 12:54:46
2012
@@ -130,8 +130,8 @@
.codehilitetable, .codehilite {
color: black;
- background-color: #f0f0f0;
- border: solid 1px black;
+ background-color: #f4f4f4;
+ border: solid 1px #DDD;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding: 0.5em;
Modified: websites/staging/sling/trunk/content/res/site.css
==============================================================================
--- websites/staging/sling/trunk/content/res/site.css (original)
+++ websites/staging/sling/trunk/content/res/site.css Thu Dec 13 12:54:46 2012
@@ -15,14 +15,18 @@ h1,h2,h3,h4,h5,h6 {
h1 {
font-size: 200%;
font-weight: bold;
- border-bottom: solid #FDF5D9 2px;
+ border-bottom: solid #EEE 1px;
+ border-top: solid #EEE 1px;
+ padding-top:.2em;
+ padding-bottom:.2em;
}
h2 {
font-size: 200%;
margin-top: 1em;
font-weight: normal;
- border-bottom: solid #FDF5D9 2px;
+ border-top: solid rgb(155, 155, 155) 2px;
+ padding-top: 0.45em;
}
h3 {
@@ -55,7 +59,7 @@ a:hover {
img {
width: 100%;
- border: solid 1px black;
+ border: solid 1px #EEE;
margin-top: 0.5em;
margin-bottom: 0.5em;
padding: 0.5em
@@ -158,13 +162,16 @@ table {
th {
background-color: #FDF5D9;
- border: 1px solid #CCCCCC;
+ border: 1px solid #DDD;
+ padding: 3px 4px;
+ text-align: left;
+ font-weight:bold;
+ font-size:90%;
padding: 3px 4px;
- text-align: center;
}
td {
- border: 1px solid #CCCCCC;
+ border: 1px solid #DDD;
padding: 3px 4px;
}