Skip to content

Commit ccdcebb

Browse files
committed
Merge pull request #72 from mgilfillan/master
Fixed some of the css oddities
2 parents 05cea3c + 7a938fe commit ccdcebb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

html/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2922,6 +2922,7 @@ ul.check li:last-child {
29222922
-webkit-border-radius: 2px;
29232923
border-radius: 2px;
29242924
vertical-align: top;
2925+
min-height: 62px;
29252926
}
29262927
.stats.stats-block {
29272928
display: block;
@@ -2988,6 +2989,10 @@ ul.check li:last-child {
29882989
}
29892990
/* 1.6.2.1 Statistic Icon
29902991
----------------------------------------------------------------------------- */
2992+
.stats.summary .icon.circle > span[class*='icone-'] {
2993+
margin-right: 0;
2994+
}
2995+
29912996
.stats.summary > .icon {
29922997
position: absolute;
29932998
top: -1px;
@@ -3011,6 +3016,9 @@ ul.check li:last-child {
30113016
min-width: 50px;
30123017
border-right: none;
30133018
border-radius: 40px;
3019+
box-sizing: border-box;
3020+
height: 50px;
3021+
width: 50px;
30143022
background-color: #eee;
30153023
color: #555;
30163024
font-size: 28px;

0 commit comments

Comments
 (0)