projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8897ea4
)
Fix an invalid color and remove a non-standard rule
author
soranzo
<soranzo>
Sun, 31 Dec 2006 15:01:24 +0000
(15:01 +0000)
committer
soranzo
<soranzo>
Sun, 31 Dec 2006 15:01:24 +0000
(15:01 +0000)
themes/default/global.css
patch
|
blob
|
blame
|
history
diff --git
a/themes/default/global.css
b/themes/default/global.css
index 82b1c530b4ae0c84641b8f428252d547fb294174..6e7097ffe235e56951ccf1319e10fb4c5c46f495 100644
(file)
--- a/
themes/default/global.css
+++ b/
themes/default/global.css
@@
-1,7
+1,7
@@
/**
* Default style sheet
*
- * $Id: global.css,v 1.4
0 2006/12/28 04:26:55 xzilla
Exp $
+ * $Id: global.css,v 1.4
1 2006/12/31 15:01:24 soranzo
Exp $
*/
/** ELEMENTS */
@@
-133,7
+133,7
@@
th.data a:active, th.data a:link, th.data a:visited, th.data a:hover
td.dat
{
- color:
"ff0"
;
+ color:
#ff0
;
text-align: center;
}
@@
-382,7
+382,6
@@
pre.data
.webfx-tree-icon {
margin-left: 1px;
- cursor: hand;
cursor: pointer;
}