projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b208d
)
Added styles to support printTitleNav.
author
jollytoad
<jollytoad>
Tue, 31 Aug 2004 08:46:59 +0000
(08:46 +0000)
committer
jollytoad
<jollytoad>
Tue, 31 Aug 2004 08:46:59 +0000
(08:46 +0000)
themes/default/global.css
patch
|
blob
|
blame
|
history
diff --git
a/themes/default/global.css
b/themes/default/global.css
index 4a78a2e886584d6c07a3b335f0a2753d06178386..4ddc4b881e9ed6e0acc19505a463d7cdf2c992af 100644
(file)
--- a/
themes/default/global.css
+++ b/
themes/default/global.css
@@
-1,7
+1,7
@@
/**
* Default style sheet
*
- * $Id: global.css,v 1.2
7 2004/08/25 08:18:14
jollytoad Exp $
+ * $Id: global.css,v 1.2
8 2004/08/31 08:46:59
jollytoad Exp $
*/
/** ELEMENTS */
@@
-211,6
+211,11
@@
td.opbutton2
background-color: #E6E6CC;
}
+.title
+{
+ font-weight: bold;
+}
+
a,a:active
{
color: #989973;
@@
-279,6
+284,14
@@
a.navlink:active, a.toplink:active
font-weight: bold;
}
+a.help
+{
+ color: #E68800;
+ font-size: smaller;
+ vertical-align: super;
+ text-decoration: none;
+}
+
pre
{
font-size: 110%;