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:
00f09b5
)
cleaned up CSS a bit
author
Harvie
<tomas@mudrunka.cz>
Sat, 10 Jul 2010 05:56:24 +0000
(07:56 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Sat, 10 Jul 2010 05:56:24 +0000
(07:56 +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 b36f12ae2171860b6ea17a3418441922191b56f2..31ccf17af7743e278a9fbab1f6cc63724df55553 100755
(executable)
--- a/
jbx/themes/default/jukebox.css
+++ b/
jbx/themes/default/jukebox.css
@@
-65,9
+65,7
@@
td {
/* Hovers */
/* Hovers */
-a:hover, a:hover * {
- text-decoration: underline;
-}
+a:hover, a:hover * { text-decoration: underline; }
/*tr:hover, tr:hover * { */
.odd:hover, .odd:hover *,
/*tr:hover, tr:hover * { */
.odd:hover, .odd:hover *,
@@
-75,20
+73,14
@@
a:hover, a:hover * {
background-color: black;
}
background-color: black;
}
-tr:hover * a {
- text-decoration: underline;
-}
+tr:hover * a { text-decoration: underline;}
-:invalid {
- background-color: pink;
-}
-
-.hide {
- margin:0; padding:0; width:0; height:0; border:none; display:none;
-}
+:invalid { background-color: pink; }
+:focus { color:darkblue; }
-/*
Color
Classes */
+/*
Helpful
Classes */
+*.hide { margin:0; padding:0; width:0; height:0; border:none; display:none; }
*.red { color: red; }
*.yellow { color: yellow;}
*.blue { color: blue;}
*.red { color: red; }
*.yellow { color: yellow;}
*.blue { color: blue;}
This page took
0.134434 seconds
and
4
git commands to generate.