From a95825b2b691eb31871776f5e040e3b5c44c4653 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Sun, 22 Feb 2015 21:22:51 -0800 Subject: `hightlight` -> `highlight` --- simple-bootstrap/static/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simple-bootstrap') 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 */ -- cgit v1.1