Skip to content

Commit

Permalink
[#726] Recompile CSS files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Apr 11, 2013
1 parent ac3714c commit cd8f25f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ckan/public/base/css/main.css
Expand Up @@ -4860,8 +4860,6 @@ a.tag:hover {
}
.box {
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -7659,8 +7657,6 @@ textarea {
.wrapper {
*zoom: 1;
background-color: #FFF;
margin-left: -1px;
margin-right: -1px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
Expand Down Expand Up @@ -7700,8 +7696,7 @@ textarea {
border-top-width: 1px;
}
[role=main] .primary {
width: 719px;
margin-left: 1px;
width: 717px;
float: right;
}
[role=main] .secondary {
Expand Down

0 comments on commit cd8f25f

Please sign in to comment.