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
Merge again from test.
git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@3684 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam
15 years ago
parent
a4b6c6fc1f
commit
ca04fa7b95
1 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-1
trac/htdocs/libcaca.css
+ 8
- 1
trac/htdocs/libcaca.css
View File
@@ -1,6 +1,13 @@
body {
background: #2C1F1C;
color: white;
width: 100%;
padding: 0;
margin: 0;
}
.corps {
width: 80%;
margin: 0 auto;
}
#main {
background: #fff;
@@ -42,7 +49,7 @@ border-right: none !important;
}
#mainnav li {
border-right-color: #984601;
padding:2px 0.2em;
padding:
2px 0.2em;
}
:link:hover, :visited:hover {
color: #2C1F1C;
Write
Preview
Loading…
Cancel
Save