summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorThomas Davis <thomasalwyndavis@gmail.com>2014-11-14 09:02:55 +1000
committerThomas Davis <thomasalwyndavis@gmail.com>2014-11-14 09:02:55 +1000
commit5fe3d858830a88dbcd54fd53ff08f225e48e45cc (patch)
tree8cd27c5b65f460f83f40f458d1392797aacb8231 /css
parent3d6bba78f9c0799f88b710809090770f53f3bb75 (diff)
downloadbackbonetutorials-5fe3d858830a88dbcd54fd53ff08f225e48e45cc.zip
backbonetutorials-5fe3d858830a88dbcd54fd53ff08f225e48e45cc.tar.gz
backbonetutorials-5fe3d858830a88dbcd54fd53ff08f225e48e45cc.tar.bz2
updates
Diffstat (limited to 'css')
-rw-r--r--css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 8397263..3dd5ca0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,3 +7,15 @@
#post h3 {
font-size: 20px !important;
}
+
+.container {
+ max-width: 840px !important ;
+}
+/*
+body {
+ font: 1em "Arvo","Helvetica Neue",Helvetica,Arial,sans-serif !important;
+ text-shadow: 0 0 4px #CCC !important;
+ color: #333;
+ font-size: 14px !important;
+}
+*/ \ No newline at end of file