This commit is contained in:
Ritchie Martori
2012-04-11 19:12:32 -07:00
parent 46482aa162
commit 0ebe964aa2
9 changed files with 792 additions and 782 deletions

View File

@@ -1,29 +1,59 @@
body {
}
#index {
margin-top: 80px;
padding-top: 30px;
padding-bottom: 30px;
min-width: 1000px;
}
body, p, li {
font-size: 12pt;
line-height: 1.5em;
}
.navbar .brand a {
display: inline-block;
padding: 15px 0 0;
#side {
position: fixed;
width: 25%;
min-width: 250px;
}
#side .well {
margin-right: 30px;
overflow-y: scroll;
}
h1 {
margin-top: 80px;
margin-top: 20px;
}
h2 {
margin-top: 50px;
margin-top: 20px;
}
pre {
padding: 20px;
}
margin: 20px 0;
}
hr {
margin: 80px 0 80px 0;
}
.nav-header a {color: #000007;}
/* Let's get this party started */
::-webkit-scrollbar {
width: 12px;
}
a {cursor: pointer;}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(0,0,0,0.2);
}