First bit of History feature working, general look and feel much improved.

This commit is contained in:
Simon Brooke 2015-01-10 09:46:10 +00:00
parent eb5b82fbca
commit 58389072a2
7 changed files with 43 additions and 44 deletions

View file

@ -51,6 +51,10 @@ body {
display: none;
}
#nav-menu {
margin: 0;
}
#nav ul li {
padding: 0;
margin: 0;
@ -71,18 +75,21 @@ li.nav-item a:active { background: gray; color: white; }
/* Overall container div, holds all content of page. Yes, I know it shouldn't have fixed width */
#main-container{
clear: both;
/* width:100%; */
}
/* header for all pages in the Wiki - editable, provided by users. Within main-container */
#header {
margin-top: 0;
width:100%;
background-color: gray;
color: white;
}
#header h1 {
margin-top: 0;
}
/* left bar for all pages in the Wiki - editable, provided by users. Within main-container */
#left-bar {
width: 17%;
@ -130,6 +137,13 @@ li.nav-item a:active { background: gray; color: white; }
margin-bottom: 0;
}
.minor-controls {
float: right;
padding: 0.1em 2em;
background-color: silver;
font-size: 66%;
}
.wiki {
margin: 0;
}