summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2013-11-05 17:48:09 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2013-11-05 17:48:09 +0530
commit67e808b2c64f1b3c3837e5620876171e0999d9c4 (patch)
treefd648b159b2812272d37ccd7e05733351085f664 /styling
parentb1fa5babf98e32c1b668d5b321ee9ae82769d61b (diff)
wrote a new parser: parsers/UList.java
now scruf can parse <ul> lists.
Diffstat (limited to 'styling')
-rw-r--r--styling/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/styling/style.css b/styling/style.css
index ffe1ba2..efe1e4b 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -82,6 +82,19 @@ pre {
width:70%;
}
+ul {
+ margin-left:auto;
+ margin-right:auto;
+ border: 1px;
+ padding:5px;
+ width:70%;
+ text-align:justify;
+ line-height:170%;
+ list-style: square;
+ list-style-position: inside;
+}
+
+
div.time {
font-size:0.50em;
font-family:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L",FreeSerif,serif;