summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-07-17 17:53:52 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2014-07-17 17:53:52 +0530
commit10ffa6754cb8af49f38ace31ca93d8e0bf0adb7d (patch)
treec26b619675169042bbabcaec1312ca7932d1385e
parent88b46e3db46ff8d8754797fcff8fe9eba19f7ddd (diff)
modified: styling/style.css
-rw-r--r--styling/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/styling/style.css b/styling/style.css
index a096c82..2095764 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -70,7 +70,7 @@ blockquote {
span.monospace {
border: 1px;
padding: 1px;
- font-size:0.80em;
+ font-size:1.0em;
font-family:monospace;
background-color: #fcfcfc;
border: 1px solid #f0f0f0;
@@ -82,7 +82,7 @@ pre {
border: 1px solid #f0f0f0;
display:block;
font-family:monospace;
- font-size:0.80em;
+ font-size: 1.0em;
word-break:break-all;
word-wrap:break-word;
white-space:pre-wrap;
@@ -91,6 +91,10 @@ pre {
padding:5px;
}
+sup {
+ font-size: 0.6em;
+}
+
ul {
list-style: square;
list-style-position: inside;