Added sample angularjs page to be served by Django, updated admin styles.

This commit is contained in:
Chris Church
2013-03-14 15:52:35 -04:00
parent 1117fb0656
commit da9a31b599
24 changed files with 9554 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
.navbar {
margin-bottom: 30px;
}
.search-query {
width: 165px;
}
.form-search .input-append {
margin-bottom: 20px;
}
section {
border-bottom: 1px dotted gray;
}
h1 {
color : #6779FF;
}