more camper news improvements

This commit is contained in:
Quincy Larson
2015-04-30 15:56:14 -07:00
parent 7b61e9daa2
commit 2cb02176a4
7 changed files with 41 additions and 28 deletions

View File

@@ -106,7 +106,14 @@ h1, h2, h3, h4, h5, h6, p, li {
font-size: 28px;
}
.btn {
.btn, .shadow {
white-space: normal;
-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
}
.btn, .shadow {
white-space: normal;
-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.3);
@@ -943,6 +950,18 @@ iframe.iphone {
margin-left: 20px;
}
hr {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: @gray;
border-style: solid none;
border-width: 1px 0;
margin: 18px 0;
}
#reply-to-main-post, #upvote {
cursor: pointer;
}