From: Greg Burri <greg.burri@gmail.com>
Date: Sat, 4 Oct 2008 23:33:05 +0000 (+0000)
Subject: FIX #77
X-Git-Tag: 1.1.3~15
X-Git-Url: https://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=23f92ff2329a69d57c1c3ea720074596465ee415;p=euphorik.git

FIX #77
---

diff --git a/styles/1/euphorik.css b/styles/1/euphorik.css
index 6323df0..54aef62 100755
--- a/styles/1/euphorik.css
+++ b/styles/1/euphorik.css
@@ -22,6 +22,15 @@ body {
 	margin: 0px;
 }
 
+/***** Textile *****/
+em.leger {
+	font-style: italic
+}
+em.fort {
+	font-style: normal;
+	font-weight: bold
+}
+
 /***** Menu *****/
 ul#menu {
 	background-image: url(img/logo_fond.png);
diff --git a/styles/2/euphorik.css b/styles/2/euphorik.css
index 52f959f..261d8b3 100755
--- a/styles/2/euphorik.css
+++ b/styles/2/euphorik.css
@@ -25,6 +25,15 @@ body {
    margin-top: 40px;
 }
 
+/***** Textile *****/
+em.leger {
+	font-style: italic
+}
+em.fort {
+	font-style: normal;
+	font-weight: bold
+}
+
 /***** Menu *****/
 ul#menu {
 	padding-left: 300px;