make the header link to root of the site as the case should always be ok cool
This commit is contained in:
@@ -136,3 +136,7 @@ body {
|
|||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
#header a{
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
@@ -21,7 +21,7 @@ var gvars = {{ gvars | tojson }};
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
arxiv-sanity
|
<a href="/">arxiv-sanity</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="controls">
|
<div id="controls">
|
||||||
|
|||||||
Reference in New Issue
Block a user