editing the css to reflect new code paths
This commit is contained in:
@@ -12,19 +12,19 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<img class="image pb" src="resources/img/pp.jpg" width="200" />
|
<img class="avatar" src="resources/img/pp.jpg" width="200" />
|
||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li .id="Social">
|
||||||
<strong>Social</strong>
|
<strong>Social</strong>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li .id="Pistorium">
|
||||||
<strong>Pistorium</strong>
|
<strong>Pistorium</strong>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li .id="Contact">
|
||||||
<strong>Contact</strong>
|
<strong>Contact</strong>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.image.pb {
|
.avatar {
|
||||||
alignment-baseline: central;
|
alignment-baseline: central;
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user