Minor adjustemnts to the topbar and Mathjax2

This commit is contained in:
Kyle Fiedler
2012-03-01 14:27:47 -05:00
parent d3460a8ed2
commit 5b8f0205bc
3 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
displayMath: [["\\[","\\]"]]}
});
</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"/>

View File

@@ -24,9 +24,9 @@ nav.sequence-nav {
}
.visited {
background-color: shade(#F6EFD4, 10%);
background-color: #DCCDA2;
background-repeat: no-repeat;
border-color: shade(#F6EFD4, 10%);
@include box-shadow(inset 0 0 3px darken(#dccda2, 10%));
&:hover {
background-color: #F6EFD4;
@@ -52,7 +52,7 @@ nav.sequence-nav {
border: none;
border-right: 1px solid darken(#F6EFD4, 10%);
cursor: pointer;
padding: 14px 4px;
padding: 15px 4px 14px;
width: 28px;
height: 17px;

View File

@@ -24,9 +24,10 @@ div.wiki-wrapper {
p {
float: left;
padding: lh(.75) lh();
margin-bottom: 0;
color: darken(#F6EFD4, 55%);
line-height: 46px;
padding-left: lh();
}
ul {
@@ -46,6 +47,7 @@ div.wiki-wrapper {
@include border-radius(0);
@include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%));
color: darken(#F6EFD4, 80%);
display: block;
font-weight: normal;
font-size: 12px;
letter-spacing: 1px;