diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-20 02:05:54 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-20 02:05:54 -0800 |
commit | b288444a88cfc5393714e7063284d5334b6887f5 (patch) | |
tree | 7515f0f6bebe2d15fa4a0ad2163144ee49142cfd /includes/header.php | |
parent | 1c65a1a164008e993fba099723fc3039c2332a9c (diff) | |
download | pathery-b288444a88cfc5393714e7063284d5334b6887f5.tar.xz |
Fixed position header.
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php index 1888392..c18ae2e 100644 --- a/includes/header.php +++ b/includes/header.php @@ -199,7 +199,7 @@ function topbar($links) { <?
}
echo " </div>";
- echo "</div>"; //div id='user'
+ echo "</div><div class='topbarSpacer'></div>"; //div id='user'
}
function userDataToJS() {
|