[Jifty-commit] r757 - jifty/trunk/doc/talks

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 28 11:26:18 EST 2006


Author: autrijus
Date: Tue Mar 28 11:26:18 2006
New Revision: 757

Modified:
   jifty/trunk/doc/talks/takahashi.css

Log:
* yapc.asia talk: CSS tweaks for better screen presentation.

Modified: jifty/trunk/doc/talks/takahashi.css
==============================================================================
--- jifty/trunk/doc/talks/takahashi.css	(original)
+++ jifty/trunk/doc/talks/takahashi.css	Tue Mar 28 11:26:18 2006
@@ -24,10 +24,13 @@
  * ***** END LICENSE BLOCK ***** */
 
 #canvas {
+    /*
 	background: black !important;
 	color: white !important;
+        */
         /* font-weight: bold; */
 	font-family:
+                "Candara"
                 "Georgia"
                 "DejaVu Serif Condensed"
                 "Arial"
@@ -165,8 +168,12 @@
 }
 
 .subtitle {
+    font-family: "mikachan";
     color: yellow;
     text-align: center;
     font-size: 50px;
+    background: black;
     bottom: 0;
+    padding-bottom: 10px;
+    padding-top: 10px;
 }


More information about the Jifty-commit mailing list