summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2015-06-02 05:51:41 -0700
committerKent Overstreet <kent.overstreet@gmail.com>2015-06-02 05:51:41 -0700
commit8f4396af2880d8759f54374cf12d8fb0fe029754 (patch)
treee5a600d3255db849c6f8ef389718882285ea21b0
parenteec9c0df795e2e5bd5b676f8982078f8ff92d426 (diff)
css
-rw-r--r--BcacheGuide.css9
-rw-r--r--local.css5
2 files changed, 2 insertions, 12 deletions
diff --git a/BcacheGuide.css b/BcacheGuide.css
index fde3b78..a4137a4 100644
--- a/BcacheGuide.css
+++ b/BcacheGuide.css
@@ -3,19 +3,14 @@ body {
font-family: "Liberation Sans", Verdana, "Bitstream Vera Sans", sans-serif;
color: black;
background: white;
- margin-left: 2em;
- margin-right: 2em;
+ margin-left: 1em;
+ max-width: 35em;
}
h1,h2,h3,h4,h5 {
font-weight: 400;
}
-code {
- tab-size: 8
-}
-
#pagebody {
- max-width: 35em;
font-size: small;
}
diff --git a/local.css b/local.css
deleted file mode 100644
index 1b1b5aa..0000000
--- a/local.css
+++ /dev/null
@@ -1,5 +0,0 @@
-
-body {
- font-family: "Liberation Sans", Verdana, "Bitstream Vera Sans", sans-serif;
- max-width: 45em;
-}