Design changes, it's a bit cleaner...

This commit is contained in:
James Brooks
2014-11-19 13:26:53 +00:00
parent 6c2a022ef2
commit 410843516b
9 changed files with 117 additions and 58 deletions

View File

@@ -1,5 +1,6 @@
body {
color: #333333;
font-size: 1.4em;
}
.alert {
@@ -14,35 +15,38 @@ body {
border-color: #46b8da;
color: #FFF;
}
&.alert-danger {
background: #D91E18;
border-color: #CF000F;
color: #FFF;
}
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
a.list-group-item {
color: #030303;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #95a5a6;
border: 1px solid #BDC3C7;
h4 {
h1, h2, h3, h4 {
&.list-group-item-heading {
color: inherit;
margin-top: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
}
p {
p, time {
margin-bottom: 0;
line-height: 1.3;
line-height: 1.3em;
}
time {
color: #6C7A89;
font-weight: bold;
}
}
}