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
|
|
@ -9,7 +9,7 @@
|
|||
<center>
|
||||
<h1 class="nobottommargin">adrian's webspace</h1>
|
||||
<h3 class="italic lightcol nospace">fantasy is not a crime, find your castle in the sky</h2>
|
||||
<table height="100%" width="100%">
|
||||
<table height="100%" width="100%">
|
||||
<h3 class="nospace">
|
||||
<a href="http://blog.adrian.rf.gd/" style="text-decoration:blink">blog</a>
|
||||
<a href="http://gallery.adrian.rf.gd/" style="text-decoration:blink">gallery</a>
|
||||
|
|
|
|||
14
styles.css
14
styles.css
|
|
@ -38,16 +38,6 @@ a {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ad-banner {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
border: 2px solid gray;
|
||||
}
|
||||
|
||||
.ad-banner img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.vertcentered {
|
||||
position: absolute;
|
||||
|
|
@ -57,7 +47,3 @@ a {
|
|||
-webkit-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