Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 77bdabe

Browse files
committed
[Fix] Cleanup CSS.
1 parent ba37a63 commit 77bdabe

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

assets/styles/styles.css

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -58,48 +58,4 @@ ul li {
5858
}
5959
.w15 {
6060
min-width: 15em;
61-
}
62-
/* CHART LISTS */
63-
.chartlist {
64-
font-size: 1.5em;
65-
float: left;
66-
width: 15em;
67-
}
68-
.chartlist li {
69-
position: relative;
70-
display: block;
71-
border: 1px solid #eee;
72-
_zoom: 1;
73-
}
74-
.chartlist li a {
75-
display: block;
76-
padding: 0.4em 4.5em 0.4em 0.5em;
77-
position: relative;
78-
z-index: 2;
79-
}
80-
.chartlist .count {
81-
display: block;
82-
position: absolute;
83-
top: 0;
84-
right: 0;
85-
margin: 0 0.3em;
86-
text-align: right;
87-
color: #999;
88-
font-weight: bold;
89-
font-size: 0.875em;
90-
line-height: 2em;
91-
}
92-
.chartlist .index {
93-
display: block;
94-
position: absolute;
95-
top: 0;
96-
left: 0;
97-
height: 100%;
98-
background: #b8e4f5;
99-
text-indent: -9999px;
100-
overflow: hidden;
101-
line-height: 2em;
102-
}
103-
.chartlist li:hover {
104-
background: #efefef;
10561
}

0 commit comments

Comments
 (0)