Skip to content

Commit

Permalink
removed objective-c style comments from css file and improved spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Apr 26, 2012
1 parent 715ddac commit fb16270
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demo/server/app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

body {
font: 12px "Lucida Grande";
// border:0; margin:0; padding:0;
}

footer
Expand Down Expand Up @@ -55,7 +54,6 @@ p.coming_soon
.divider
{
margin-bottom: 30px;
// margin-top: 30px;
margin-left: 15%;
margin-right: 15%;
}
Expand All @@ -79,7 +77,6 @@ p.coming_soon
-moz-border-radius: 5px;
border-radius: 5px;
background: #FBFBFB;

margin-left: 20%;
margin-right: 20%;
}
Expand Down Expand Up @@ -126,12 +123,12 @@ div::-webkit-scrollbar-thumb {
font-size:13px;
float:right;
}

.comment_body
{
overflow: auto;
overflow-x: hidden;
max-height:162px;

font-size:15px;
margin: 10px;
}

0 comments on commit fb16270

Please sign in to comment.