mirror of
https://github.com/TangentFoxy/lovebird.git
synced 2026-02-11 14:16:51 -07:00
Made the header title a link to the project's github page
This commit is contained in:
+11
-2
@@ -63,13 +63,20 @@ local pagetemplate = [[
|
|||||||
#header {
|
#header {
|
||||||
background: #101010;
|
background: #101010;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
color:#F0F0F0;
|
color: #F0F0F0;
|
||||||
padding: 8px
|
padding: 8px
|
||||||
}
|
}
|
||||||
#title {
|
#title {
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
#title a {
|
||||||
|
color: #F0F0F0;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
#title a:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
#status {
|
#status {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@@ -100,7 +107,9 @@ local pagetemplate = [[
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="title">lovebird</div>
|
<div id="title">
|
||||||
|
<a href="https://github.com/rxi/lovebird">lovebird</a>
|
||||||
|
</div>
|
||||||
<div id="status">connected</div>
|
<div id="status">connected</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|||||||
Reference in New Issue
Block a user