Skip to content
Snippets Groups Projects
Commit beb22e85 authored by Nicole Finks's avatar Nicole Finks
Browse files

[debug]

parent 5d9bd677
Branches
Tags
2 merge requests!9Develop,!8Repository
......@@ -12,19 +12,53 @@
<!--{{ partial "footer.html" . }}--> <!-- cuts off anything after it-->
<head>
<link rel = "stylesheet" type = "text/css" href = "static/css/sidenavRepository.css">
<link rel="stylesheet" type="text/css" href="/static/css/sidenavRepository.css"/>
<p>hello testing head </p>
<!--style type="text/css">
.sidenav {
width: 130px;
position: fixed;
z-index: 1;
top : 0;
right: 0;
background: #eee;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover{
color: #f1f1f1;
}
@media screen and (max-height:450px){
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style-->
</head>
<body>
<body>
<!-- Sidebar for Filters -->
<div id= "sidenav">
<div class= "sidenav">
<a href="#">Example</a>
......
......@@ -4,7 +4,7 @@
position: fixed; /* stay in place on scroll */
z-index: 1; /* stau on top*/
top : 0; /* stay on top*/
left: 0; /* on left side of screen */
right 0; /* on left side of screen */
background: #eee;
padding-top: 20px;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment