Skip to content

Commit 24efd43

Browse files
committed
cleaning dead styles
relates to #789
1 parent 41fccfb commit 24efd43

File tree

6 files changed

+3
-75
lines changed

6 files changed

+3
-75
lines changed

web/default/print.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,6 @@ a.xsr { /* subroutine */ color: #00f; font-weight: bold;
421421
margin-bottom: 1em;
422422
}
423423

424-
/* "Navigate" Popup */
425-
.sym_list_style_hide, .sym_list_style {
426-
display: none;
427-
}
428-
429424
/* search result page */
430425
#results {
431426
}

web/default/style.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -813,26 +813,7 @@ a.scope { /* scope */ color: steelblue; font-weight: bol
813813
position: absolute;
814814
}
815815

816-
/* "Navigate" Popup */
817-
.sym_list_style {
818-
position: absolute;
819-
top: 100px;
820-
left: 100px;
821-
width: 100px;
822-
height: 100px;
823-
overflow: auto;
824-
z-index: 10;
825-
border: solid 1px #c0c0c0;
826-
background-color: rgba(255,255,204,0.75);
827-
color: #000;
828-
font-size: 12px;
829-
font-family: monospace;
830-
padding: 5px;
831-
}
832-
833-
.sym_list_style_hide {
834-
display: none;
835-
}
816+
/* Window plugins */
836817

837818
.window {
838819
position: fixed;

web/offwhite/print.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,6 @@ a.xsr { /* subroutine */ color: #00f; font-weight: bold;
434434
margin-bottom: 1em;
435435
}
436436

437-
/* "Navigate" Popup */
438-
.sym_list_style_hide, .sym_list_style {
439-
display: none;
440-
}
441-
442437
/* search result page */
443438
#results {
444439
}

web/offwhite/style.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -861,26 +861,7 @@ a.scope { /* scope */ color: steelblue; font-weight: bol
861861
position: absolute;
862862
}
863863

864-
/* "Navigate" Popup */
865-
.sym_list_style {
866-
position: absolute;
867-
top: 100px;
868-
left: 100px;
869-
width: 100px;
870-
height: 100px;
871-
overflow: auto;
872-
z-index: 10;
873-
border: solid 1px #c0c0c0;
874-
background-color: rgba(255,255,204,0.75);
875-
color: #000;
876-
font-size: 12px;
877-
font-family: monospace;
878-
padding: 5px;
879-
}
880-
881-
.sym_list_style_hide {
882-
display: none;
883-
}
864+
/* Window plugins */
884865

885866
.window {
886867
position: fixed;

web/polished/print.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,6 @@ a.xsr { /* subroutine */ color: #00f; font-weight: bold;
434434
margin-bottom: 1em;
435435
}
436436

437-
/* "Navigate" Popup */
438-
.sym_list_style_hide, .sym_list_style {
439-
display: none;
440-
}
441-
442437
/* search result page */
443438
#results {
444439
}

web/polished/style.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -915,26 +915,7 @@ a.scope { /* scope */ color: steelblue; font-weight: bol
915915
position: absolute;
916916
}
917917

918-
/* "Navigate" Popup */
919-
.sym_list_style {
920-
position: absolute;
921-
top: 100px;
922-
left: 100px;
923-
width: 100px;
924-
height: 100px;
925-
overflow: auto;
926-
z-index: 10;
927-
border: solid 1px #c0c0c0;
928-
background-color: rgba(255,255,204,0.75);
929-
color: #000;
930-
font-size: 12px;
931-
font-family: monospace;
932-
padding: 5px;
933-
}
934-
935-
.sym_list_style_hide {
936-
display: none;
937-
}
918+
/* Window plugins */
938919

939920
.window {
940921
position: fixed;

0 commit comments

Comments
 (0)