Compare commits
No commits in common. "ad7984c0a290952d1856e38ff40b0413ad0e96cc" and "9f70350e849454d6ffebe243a43baaced4448766" have entirely different histories.
ad7984c0a2
...
9f70350e84
|
@ -74,4 +74,3 @@ if (!isset($login)){
|
|||
}
|
||||
?>
|
||||
</ul>
|
||||
<div class="topnav"></div>
|
||||
|
|
|
@ -17,6 +17,7 @@ $navbar="about";
|
|||
</head>
|
||||
<body>
|
||||
%NAVBAR%
|
||||
<br />
|
||||
<div class="container">
|
||||
<div class="item-1">
|
||||
<h1>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue