Fidgeting...
This commit is contained in:
parent
23b5271852
commit
355f25a7dc
2 changed files with 10 additions and 10 deletions
|
@ -29,11 +29,14 @@
|
|||
<div id="bar">
|
||||
<section id="header">
|
||||
<ul id="navigation">
|
||||
<li>Home</li>
|
||||
<li><a href="http://www.theinternetvagabond.com">
|
||||
Home</a></li>
|
||||
<li>Projects</li>
|
||||
<ul id="projects">
|
||||
<li>GitHub Page<br />
|
||||
<div>[ Page ][ Source ]</div>
|
||||
<div>
|
||||
<a href="#">[ Page ]</a>
|
||||
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a></div>
|
||||
</li>
|
||||
<li>Dot Files<br />
|
||||
<div>[ Page ][ Source ]</div>
|
||||
|
@ -41,7 +44,6 @@
|
|||
<li>Antennae<br />
|
||||
<div>[ Page ][ Source ]</div>
|
||||
</li>
|
||||
<li> ... more ... </li>
|
||||
</ul>
|
||||
<li>Posts</li>
|
||||
<ul id="posts">
|
||||
|
@ -51,7 +53,6 @@
|
|||
{{ post.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li> ... more ... </li>
|
||||
</ul>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
@ -94,7 +94,7 @@ header {
|
|||
}
|
||||
|
||||
#navigation li {
|
||||
padding: 10px 10px;
|
||||
padding: 15px 10px;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
|
@ -114,10 +114,8 @@ header {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
#navigation #expand {
|
||||
padding: 0px 20px;
|
||||
border-top: 1px solid grey;
|
||||
border-bottom: 1px solid grey;
|
||||
#posts li {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#bar #footer {
|
||||
|
@ -166,8 +164,9 @@ article {
|
|||
}
|
||||
|
||||
article h1 {
|
||||
padding: 10px;
|
||||
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
text-shadow: 2px 2px #DEDEDE; color: darkgrey;
|
||||
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.5em;
|
||||
}
|
||||
|
||||
article h1::first-letter {
|
||||
|
|
Loading…
Reference in a new issue