Skip to content

Commit

Permalink
Audit CSS and removed unused selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Feb 22, 2013
1 parent a32014b commit 3d39b3d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions resources/public/css/refheap.css
Expand Up @@ -107,30 +107,6 @@ div#main-container {
width: 100%;
}

div#main-right {
max-width: 345px;
width: 27%;
padding-right: 10px;
background-color: transparent;
height: 507px;
border: 2px solid #2E2E2E;
float: right;
margin-top: 41px;
margin-right: 1px;
overflow: auto;
}

div#main-right ul li {
margin-bottom: 15px;
padding: 0 10px;
font-size: 15px;
}

div#main-right p {
font-size: 15px;
padding: 10px 20px 0 30px;
}

div#paste-container {
background: transparent;
overflow: hidden;
Expand Down Expand Up @@ -169,14 +145,6 @@ div#paste-container textarea {
font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
}

#pastearea form {
margin-bottom: 0;
}

.clear {
clear: both;
}

div#paste-header input[type="submit"] {
-webkit-appearance: default-button;
cursor: pointer;
Expand Down

0 comments on commit 3d39b3d

Please sign in to comment.