Skip to content

Commit 0ae444a

Browse files
committed
Redundant definitions
1 parent a072ab9 commit 0ae444a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/css/documentation.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ a .mega-octicon {
649649
.sidebar-module {
650650
border-radius: 4px;
651651
overflow: hidden;
652-
display: block;
653652
margin-bottom: 20px;
654653
font-size: 12px;
655654
border: 1px solid #ddd;
@@ -1188,7 +1187,7 @@ pre span.comment {color: #aaa;}
11881187

11891188
.headers {
11901189
margin-bottom: 0;
1191-
border-bottom-width: 0;
1190+
border-bottom: none;
11921191
border-radius: 3px 3px 0 0;
11931192
background-color: #f4f4f4;
11941193
}

0 commit comments

Comments
 (0)