js html sanitize, updated config, gravatar support, layout change

This commit is contained in:
Matthew Scragg 2013-10-03 20:19:33 -05:00
parent afa4da4869
commit 27ced9d90e
12 changed files with 234 additions and 21 deletions

View file

@ -1,8 +1,16 @@
body {
padding-top: 50px;
padding-top: 43px;
background-color:#eee;
}
.navbar {
min-height: inherit;
}
.navbar .container a {
padding-top: 10px;
padding-bottom: 10px;
}
#main-body {
background-color: #fff;
padding: 20px;
@ -11,6 +19,7 @@ body {
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.15);
padding-top: 10px;
}
.checkbox-cell {
@ -80,8 +89,8 @@ body {
}
.user-avatar a img {
width: 32px;
height: 32px;
width: 24px;
height: 24px;
-webkit-box-shadow: 0 1px 3px #1e1e1e;
-moz-box-shadow: 0 1px 3px #1e1e1e;
box-shadow: 0 1px 3px #1e1e1e;
@ -94,7 +103,7 @@ body {
.navbar-nav .user-avatar a {
line-height: 30px;
}
.navbar-nav>li.user-avatar a {