GIT.Harvie.CZ
/
mirrors
/
JukeBox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6ec3d5
)
now using fancy border-radius :-)
author
Harvie
<tomas@mudrunka.cz>
Sat, 10 Jul 2010 14:00:40 +0000
(16:00 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Sat, 10 Jul 2010 14:00:40 +0000
(16:00 +0200)
jbx/themes/default/jukebox.css
patch
|
blob
|
blame
|
history
diff --git
a/jbx/themes/default/jukebox.css
b/jbx/themes/default/jukebox.css
index b2f1438aeedbf03b723fa83759defa3c2ebd2d98..d6d77f1a93ef79e3abc2983892c308932992ee21 100755
(executable)
--- a/
jbx/themes/default/jukebox.css
+++ b/
jbx/themes/default/jukebox.css
@@
-2,6
+2,8
@@
* Example CSS for Harvie's JuKe!Box
*/
+* { border-radius:6px; -moz-border-radius:5px; }
+
body {
color: lightblue;
font-family: monospace;
@@
-68,7
+70,7
@@
td {
a:hover, a:hover * { text-decoration: underline; }
/*tr:hover, tr:hover * { */
-.odd:hover, .odd:hover *,
+
tr,
.odd:hover, .odd:hover *,
.even:hover, .even:hover * {
background-color: black;
}
This page took
0.140253 seconds
and
4
git commands to generate.