Indentation fixed and unused CSS code removed
This commit is contained in:
parent
27fe99bb39
commit
947260c5c8
2 changed files with 12 additions and 26 deletions
14
styles.css
14
styles.css
|
|
@ -38,16 +38,6 @@ a {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ad-banner {
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
border: 2px solid gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ad-banner img {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vertcentered {
|
.vertcentered {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -57,7 +47,3 @@ a {
|
||||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.inlined {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue