summaryrefslogtreecommitdiffstats
path: root/styling
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-09 23:49:48 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-09 23:49:48 +0530
commit00a25a7ef03e25864019ef2e4f3fe5813ec292e9 (patch)
tree261b64336cb044cd681ddbd0e43c12d35abf8719 /styling
parentce326bf6912e309453097632457739655c41da8a (diff)
added:
conversion/ignore/ conversion/ignore/Ignored.java (a class getting info about ignored child-directories, in the present directory) modified: conversion/ConvertDirectory.java (added code to check if the child-directory is in the ignored list) docs/scruf (started sketching out documentation on how to use scruf) styling/style.css todo
Diffstat (limited to 'styling')
-rw-r--r--styling/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/styling/style.css b/styling/style.css
index 19d037f..02e71af 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -25,6 +25,10 @@ h1, h2, h3, h4, h5 {
width:75%;
text-align:center;
}
+h1 {
+ font-size:1.80em;
+}
+
p, i, b{
margin-left:auto;
margin-right:auto;