summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-12-30 13:51:12 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-12-30 13:51:12 +0530
commit7392c5e1f4d08081a1bc739e24d80ae745c93c03 (patch)
tree33cd5f0297f4e55886a5c30ff7bce0d616c88739
parent2707017336aa14d20e9c8e4261a83598d7c03662 (diff)
styling/style.css update -- added subtle border to div.code block
-rw-r--r--styling/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styling/style.css b/styling/style.css
index d6a533a..9b6eaa2 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -6,7 +6,7 @@
*/
article {
- font-size:1.50em;
+ font-size:1.50em; /* 1.88 */
font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;
color:#787878;
margin-left:auto;
@@ -69,7 +69,7 @@ div.code {
background-color:#fcfcfc;
margin-left:auto;
margin-right:auto;
- border:1px;
+ border:1px solid #f0f0f0;
padding:5px;
width:70%;
}