[Xfce4-commits] <forum:master> Small font size.

Nick Schermer noreply at xfce.org
Fri Dec 17 15:54:01 CET 2010


Updating branch refs/heads/master
         to c7c30ac8dbe1d035a72cc4679e446805102e33cf (commit)
       from a3c590510914eb532df9dcb9ab062dfa33649529 (commit)

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 files changed, 5 insertions(+), 1 deletions(-)

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>
 



More information about the Xfce4-commits mailing list