diff options
author | samot <thomasalwyndavis@gmail.com> | 2011-04-04 00:12:25 +1000 |
---|---|---|
committer | samot <thomasalwyndavis@gmail.com> | 2011-04-04 00:12:25 +1000 |
commit | 3ca3d56b5c51760680823cce6612bc127929f79c (patch) | |
tree | 3f20507d401ee707e4794897a6a2a34a4c8c1d61 /css | |
parent | 464b6df44fbc7211f7976b4c10db78472dd4d1c2 (diff) | |
download | backbonetutorials-3ca3d56b5c51760680823cce6612bc127929f79c.zip backbonetutorials-3ca3d56b5c51760680823cce6612bc127929f79c.tar.gz backbonetutorials-3ca3d56b5c51760680823cce6612bc127929f79c.tar.bz2 |
Added in static pages
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index a73a2ea..15b60ff 100644 --- a/css/style.css +++ b/css/style.css @@ -75,3 +75,6 @@ hr { margin-bottom:1.625em; } list-style: none; margin-left: 20px; } +ul { + margin-left: 20px; +} |