diff options
author | Blake Griffith <blake.a.griffith@gmail.com> | 2015-02-22 21:22:51 -0800 |
---|---|---|
committer | Blake Griffith <blake.a.griffith@gmail.com> | 2015-02-22 21:22:51 -0800 |
commit | a95825b2b691eb31871776f5e040e3b5c44c4653 (patch) | |
tree | 4bf5babecc610e2479e7d3c54cd22c912ab8133f | |
parent | f660ce8a140e21cef0a6820df847c21c2e5bcbc3 (diff) | |
download | pelican-themes-a95825b2b691eb31871776f5e040e3b5c44c4653.tar.gz |
`hightlight` -> `highlight`
-rw-r--r-- | simple-bootstrap/static/static/css/style.css | 2 |
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 */ |