This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/branches/test@3007 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/test
carmie
16 years ago
parent
2294b78d55
commit
5d92058ef5
2 changed files
with
9 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
trac/htdocs/main.css
+1
-1
trac/templates/site.html
+ 8
- 1
trac/htdocs/main.css
View File
@@ -68,6 +68,9 @@ p {
#footer {
display: none;
}
.nav {
font-size: 0.9em;
}
.nav li {
border-color: #224422;
}
@@ -92,4 +95,8 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove
border: 1px solid #224422;
color: #224422;
}
#loginguest
float: right;
font-size: 0.9em;
color: #945973;
}
+ 1
- 1
trac/templates/site.html
View File
@@ -11,7 +11,7 @@
<body py:match="body" py:attrs="select('@*')">
<div id="siteheader">
<div class="nav"
style="float: right; font-size: 0.7em; color: #945973;
">
<div class="nav"
id="loginguest
">
<p>Please <a href="/login" style="color: #945973; border-bottom: 1px dotted #10fb73;">log in as guest/guest</a> to report bugs.</p>
</div>
</div>
Write
Preview
Loading…
Cancel
Save