diff --git a/content/assets/stylesheets/includes/tiles.scss b/content/assets/stylesheets/includes/tiles.scss index c594dbe..6ac2b59 100644 --- a/content/assets/stylesheets/includes/tiles.scss +++ b/content/assets/stylesheets/includes/tiles.scss @@ -45,11 +45,11 @@ a.box { img{ height:40px; width:40px !important; - border-radius:5px; + border-radius:50px; top: 0; left: 0; - position: absolute; z-index:1; + vertical-align:middle; } ol{ list-style-type: decimal-leading-zero; @@ -63,15 +63,13 @@ a.box { margin-top:3px; display:inline; &:before{ - top: 0; - left: 0; position: absolute; z-index:2; content:counter(li); /* Use the counter as content */ counter-increment:li; - color:gray;//$tile-orange; - font: bold 18pt helvetica, arial, sans-serif; - //background-color:whitesmoke; + color:whitesmoke;//$tile-orange; + opacity:0.9; + font: bold 32pt helvetica, arial, sans-serif; height:30px; width:30px; display:inline-block;