Indicate clearly when running light version on index.html
This commit is contained in:
@@ -36,6 +36,16 @@ a:hover{
|
||||
font-size: 32px;
|
||||
text-align:center;
|
||||
margin:90px 0 0 0;
|
||||
position:relative;
|
||||
}
|
||||
.title.light:after {
|
||||
content: "light";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: -5px;
|
||||
color: #499DCE;
|
||||
font-size:.8em;
|
||||
}
|
||||
section{
|
||||
margin: 15px auto;
|
||||
@@ -169,6 +179,9 @@ body {
|
||||
.title{
|
||||
margin: 25px 0 0 0;
|
||||
}
|
||||
.title.light:after {
|
||||
font-size:.6em;
|
||||
}
|
||||
.title img{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user