projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccebbbf
)
Increase fontsize of <pre> elements
author
jollytoad
<jollytoad>
Thu, 22 Jul 2004 08:51:34 +0000
(08:51 +0000)
committer
jollytoad
<jollytoad>
Thu, 22 Jul 2004 08:51:34 +0000
(08:51 +0000)
themes/default/global.css
patch
|
blob
|
blame
|
history
diff --git
a/themes/default/global.css
b/themes/default/global.css
index 2e38ba86fa012e69cc3e13a09ad82122ccf6b47a..3cb0844a208e8462c09703e92446cb7af2d51598 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
4 2004/07/19 08:06:03
jollytoad Exp $
+ * $Id: global.css,v 1.2
5 2004/07/22 08:51:34
jollytoad Exp $
*/
/** ELEMENTS */
@@
-279,7
+279,13
@@
a.navlink:active, a.toplink:active
font-weight: bold;
}
+pre
+{
+ font-size: 110%;
+}
+
pre.data
{
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
+ font-size: 100%;
}