Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Return border styles from old site.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 14, 2013
1 parent e3a65f0 commit 266b63f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ h1 {
margin-bottom: 20px !important;
}
header {
border-top: 3px solid #fe781e;
border: none !important;
}
header .info {
padding-top: 44px;
Expand Down Expand Up @@ -54,6 +54,10 @@ header .info h3 .color {
text-align: center !important;
padding: 0 !important;
}
.border {
height: 4px !important;
background: #7c7852 !important;
}
footer {
position: relative;
margin-top: -96px;
Expand Down

0 comments on commit 266b63f

Please sign in to comment.