Skip to content

Commit

Permalink
[#224] Rebuilt main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Dec 19, 2012
1 parent c34f394 commit a1f3a34
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ckan/public/base/css/main.css
Expand Up @@ -5014,6 +5014,13 @@ ol.media-grid:after {
label {
font-weight: bold;
}
.btn-rounded {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
padding-left: 15px;
padding-right: 15px;
}
label {
cursor: pointer;
font-size: 14px;
Expand Down Expand Up @@ -6840,7 +6847,7 @@ header.masthead .navigation ul.unstyled li a {
-moz-border-radius: 3px;
border-radius: 3px;
}
header.masthead .navigation ul.unstyled li a.active {
header.masthead .navigation ul.unstyled li.active a {
background-color: #0d6581;
box-shadow: 0 -1px 0 #084152, 0 1px 0 #26758e;
}
Expand Down Expand Up @@ -7297,6 +7304,9 @@ header.masthead .debug {
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.activity .load-less {
margin-bottom: 15px;
}
.popover .about {
margin-bottom: 10px;
}
Expand Down

0 comments on commit a1f3a34

Please sign in to comment.