aboutsummaryrefslogtreecommitdiffstats
path: root/simple-bootstrap
diff options
context:
space:
mode:
authorBlake Griffith <blake.a.griffith@gmail.com>2015-02-22 21:22:51 -0800
committerBlake Griffith <blake.a.griffith@gmail.com>2015-02-22 21:22:51 -0800
commita95825b2b691eb31871776f5e040e3b5c44c4653 (patch)
tree4bf5babecc610e2479e7d3c54cd22c912ab8133f /simple-bootstrap
parentf660ce8a140e21cef0a6820df847c21c2e5bcbc3 (diff)
downloadpelican-themes-a95825b2b691eb31871776f5e040e3b5c44c4653.zip
pelican-themes-a95825b2b691eb31871776f5e040e3b5c44c4653.tar.gz
pelican-themes-a95825b2b691eb31871776f5e040e3b5c44c4653.tar.bz2
`hightlight` -> `highlight`
Diffstat (limited to 'simple-bootstrap')
-rw-r--r--simple-bootstrap/static/static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-bootstrap/static/static/css/style.css b/simple-bootstrap/static/static/css/style.css
index 7e03c3f..a57ce31 100644
--- a/simple-bootstrap/static/static/css/style.css
+++ b/simple-bootstrap/static/static/css/style.css
@@ -96,7 +96,7 @@ body {
.bottom-nav{display:none;}
.bottom-nav a{margin-left:15px;}
/* code style */
-.hightlight { background-color: #ffffcc }
+.highlight { background-color: #ffffcc }
.c { color: #999988; font-style: italic } /* Comment */
.err { color: #a61717; background-color: #e3d2d2 } /* Error */
.k { color: #000000; font-weight: bold } /* Keyword */