Compare commits

..

No commits in common. "ad7984c0a290952d1856e38ff40b0413ad0e96cc" and "9f70350e849454d6ffebe243a43baaced4448766" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View File

@ -74,4 +74,3 @@ if (!isset($login)){
}
?>
</ul>
<div class="topnav"></div>

View File

@ -17,6 +17,7 @@ $navbar="about";
</head>
<body>
%NAVBAR%
<br />
<div class="container">
<div class="item-1">
<h1>

View File

@ -281,11 +281,6 @@ ul.topnav li a.icon {
padding: 5.4px 9px;
}
/* invisible spacer under nav bar */
div.topnav {
height: 3em;
}
ul.list {
list-style-type: none;
margin: 0;