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{
|
img{
|
||||||
height:40px;
|
height:40px;
|
||||||
width:40px !important;
|
width:40px !important;
|
||||||
border-radius:5px;
|
border-radius:50px;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
|
||||||
z-index:1;
|
z-index:1;
|
||||||
|
vertical-align:middle;
|
||||||
}
|
}
|
||||||
ol{
|
ol{
|
||||||
list-style-type: decimal-leading-zero;
|
list-style-type: decimal-leading-zero;
|
||||||
|
@ -63,15 +63,13 @@ a.box {
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
display:inline;
|
display:inline;
|
||||||
&:before{
|
&:before{
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index:2;
|
z-index:2;
|
||||||
content:counter(li); /* Use the counter as content */
|
content:counter(li); /* Use the counter as content */
|
||||||
counter-increment:li;
|
counter-increment:li;
|
||||||
color:gray;//$tile-orange;
|
color:whitesmoke;//$tile-orange;
|
||||||
font: bold 18pt helvetica, arial, sans-serif;
|
opacity:0.9;
|
||||||
//background-color:whitesmoke;
|
font: bold 32pt helvetica, arial, sans-serif;
|
||||||
height:30px;
|
height:30px;
|
||||||
width:30px;
|
width:30px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
|
Loading…
Reference in a new issue