Commit 15ffd7e0 by Kyle Fiedler

Better styles for updates

parent 889dc995
...@@ -26,36 +26,56 @@ div.info-wrapper { ...@@ -26,36 +26,56 @@ div.info-wrapper {
padding-bottom: lh(.5); padding-bottom: lh(.5);
ol, ul { ol, ul {
margin: 0;
list-style-type: disk;
ol,ul { ol,ul {
list-style-type: circle; list-style-type: disc;
} }
} }
h2 { h2 {
float: left;
font-size: $body-font-size; font-size: $body-font-size;
font-weight: bold; font-weight: bold;
margin: 0 flex-gutter() 0 0; background: url('../images/calendar-icon.png') 0 center no-repeat;
width: flex-grid(2, 9); padding-left: 20px;
} }
section.update-description { section.update-description {
float: left; section {
margin-bottom: 0; &.primary {
width: flex-grid(7, 9); border: 1px solid #DDD;
background: #F6F6F6;
padding: 20px;
p {
font-weight: bold;
}
.author {
font-weight: normal;
font-style: italic;
}
}
}
li { h3 {
margin-bottom: lh(.5); font-size: 1em;
font-weight: bold;
margin: lh(1.5) 0 lh(.5);
} }
p { > ul {
&:last-child { padding-left: 0;
margin-bottom: 0;
> li {
list-style: none;
}
> ul {
list-style-type: disc;
} }
} }
li {
margin-bottom: lh(.5);
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment