Compare commits
No commits in common. "ad7984c0a290952d1856e38ff40b0413ad0e96cc" and "9f70350e849454d6ffebe243a43baaced4448766" have entirely different histories.
ad7984c0a2
...
9f70350e84
|
@ -74,4 +74,3 @@ if (!isset($login)){
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topnav"></div>
|
|
||||||
|
|
|
@ -17,6 +17,7 @@ $navbar="about";
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
%NAVBAR%
|
%NAVBAR%
|
||||||
|
<br />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="item-1">
|
<div class="item-1">
|
||||||
<h1>
|
<h1>
|
||||||
|
|
|
@ -281,11 +281,6 @@ ul.topnav li a.icon {
|
||||||
padding: 5.4px 9px;
|
padding: 5.4px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* invisible spacer under nav bar */
|
|
||||||
div.topnav {
|
|
||||||
height: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.list {
|
ul.list {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue