pretty frontpage :3
This commit is contained in:
parent
d11b2d7a64
commit
907874f4d3
1 changed files with 5 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue