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