Finalizing display issues for news release

This commit is contained in:
Nathan Leniz
2015-03-08 16:50:51 +09:00
parent bac22c1d96
commit f367a0310e
10 changed files with 156 additions and 67 deletions

View File

@@ -192,6 +192,10 @@ ul {
margin-top: -35px;
}
.negative-30 {
margin-top: -30px;
}
.negative-5 {
margin-top: -5px;
}
@@ -811,6 +815,14 @@ iframe.iphone {
height: 50px;
}
.comment-wrapper {
position: relative;
}
.comment + .comment-wrapper {
left: 3%;
}
//uncomment this to see the dimensions of all elements outlined in red
//* {
// border-color: red;