[Xfce4-commits] [www/forum.xfce.org] 20/79: Small font size.
    noreply at xfce.org 
    noreply at xfce.org
       
    Tue May 21 14:48:15 CEST 2019
    
    
  
This is an automated email from the git hooks/post-receive script.
s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       o   l   d   f   o   r   u   m   
   in repository www/forum.xfce.org.
commit c7c30ac8dbe1d035a72cc4679e446805102e33cf
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Dec 17 15:52:49 2010 +0100
    Small font size.
---
 include/template/main.tpl | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/include/template/main.tpl b/include/template/main.tpl
index 0fef768..615f80a 100644
--- a/include/template/main.tpl
+++ b/include/template/main.tpl
@@ -6,12 +6,13 @@
 <style type="text/css">
 body {
 	margin: 0;
+	font: 80% Verdana, Arial, Helvetica, sans-serif;
 }
 #page-header {
         /*border-bottom: 2px #69f solid;*/
         background: #333 url('img/logosmall.png') no-repeat 6px 55%;
 	padding-left: 120px;
-	font: 68.75%/1.4545em Verdana, Helvetica, Arial, sans-serif;
+	min-height: 45px;
 }
 #page-header ul {
 	float: right ;
@@ -46,6 +47,9 @@ body {
 .clearboth {
 	clear: both;
 }
+.pun {
+	font: inherit;
+}
 </style>
 </head>
 
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list