Skip to content

Commit

Permalink
Refine legacy shortcuts menu
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Feb 2, 2017
1 parent e26c9cd commit f318f2b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions css/compliance-legacy-compatibility.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,7 @@ img.float-l {

.shortcuts h2,
.shortcuts h3 {
border-bottom: 0 none;
font-size: 18px;
color: #333;
line-height: inherit;
background-color: #DDD;
margin-top: 0;
margin-bottom: 0;
padding: 3px 0 1px 12px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-radius-topleft: 5px;
-khtml-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 1.5rem;
}

.shortcuts>div { clear: both; margin-top: .5rem;}
Expand Down

0 comments on commit f318f2b

Please sign in to comment.