Commit b777d2c0 by Kyle Fiedler

Added some more style for cal view and nav bar

parent 84272f3f
...@@ -20,7 +20,7 @@ body { ...@@ -20,7 +20,7 @@ body {
color: #fff; color: #fff;
display: block; display: block;
float: none; float: none;
padding: 0 20px; padding: 0 25px;
text-shadow: 0 -1px 0 darken($dark-blue, 15%); text-shadow: 0 -1px 0 darken($dark-blue, 15%);
width: 100%; width: 100%;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<header> <header>
<nav> <nav>
<a href="/">Home</a> <a href="/">Home</a>
<h2><a href="/">edX CMS: TODO:-course-name-here</a></h2> <h2><a href="#">edX CMS: TODO:-course-name-here</a></h2>
<ul> <ul>
<li> <li>
<a href="#" class="new-module wip">Module</a> <a href="#" class="new-module wip">Module</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment