Commit 5b8f0205 by Kyle Fiedler

Minor adjustemnts to the topbar and Mathjax2

parent d3460a8e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
displayMath: [["\\[","\\]"]]} displayMath: [["\\[","\\]"]]}
}); });
</script> </script>
<script type="text/javascript" src="${ settings.LIB_URL }mathjax/MathJax.js?config=TeX-AMS_HTML-full"></script> <script type="text/javascript" src="${ settings.LIB_URL }mathjax-MathJax-c9db6ac/MathJax.js?config=TeX-AMS_HTML-full"></script>
<%block name="headextra"/> <%block name="headextra"/>
......
...@@ -24,9 +24,9 @@ nav.sequence-nav { ...@@ -24,9 +24,9 @@ nav.sequence-nav {
} }
.visited { .visited {
background-color: shade(#F6EFD4, 10%); background-color: #DCCDA2;
background-repeat: no-repeat; background-repeat: no-repeat;
border-color: shade(#F6EFD4, 10%); @include box-shadow(inset 0 0 3px darken(#dccda2, 10%));
&:hover { &:hover {
background-color: #F6EFD4; background-color: #F6EFD4;
...@@ -52,7 +52,7 @@ nav.sequence-nav { ...@@ -52,7 +52,7 @@ nav.sequence-nav {
border: none; border: none;
border-right: 1px solid darken(#F6EFD4, 10%); border-right: 1px solid darken(#F6EFD4, 10%);
cursor: pointer; cursor: pointer;
padding: 14px 4px; padding: 15px 4px 14px;
width: 28px; width: 28px;
height: 17px; height: 17px;
......
...@@ -24,9 +24,10 @@ div.wiki-wrapper { ...@@ -24,9 +24,10 @@ div.wiki-wrapper {
p { p {
float: left; float: left;
padding: lh(.75) lh();
margin-bottom: 0; margin-bottom: 0;
color: darken(#F6EFD4, 55%); color: darken(#F6EFD4, 55%);
line-height: 46px;
padding-left: lh();
} }
ul { ul {
...@@ -46,6 +47,7 @@ div.wiki-wrapper { ...@@ -46,6 +47,7 @@ div.wiki-wrapper {
@include border-radius(0); @include border-radius(0);
@include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%)); @include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%));
color: darken(#F6EFD4, 80%); color: darken(#F6EFD4, 80%);
display: block;
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
letter-spacing: 1px; letter-spacing: 1px;
......
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