[Midnightbsd-cvs] www [677] trunk: fix font

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 16 23:52:51 EDT 2015


Revision: 677
          http://svnweb.midnightbsd.org/www/?rev=677
Author:   laffer1
Date:     2015-10-16 23:52:51 -0400 (Fri, 16 Oct 2015)
Log Message:
-----------
fix font

Modified Paths:
--------------
    trunk/css/home.css
    trunk/index.html

Modified: trunk/css/home.css
===================================================================
--- trunk/css/home.css	2015-10-17 03:50:49 UTC (rev 676)
+++ trunk/css/home.css	2015-10-17 03:52:51 UTC (rev 677)
@@ -1,7 +1,7 @@
 blockquote { line-height: 130%; }
 
 #welcomebox { width: 900px; margin-left: 30px}
-#welcome { width: 625px; height: auto; float: left; }
+#welcome { width: 625px; height: auto; float: left; font-family: Slabo, serif }
 #welcome h2 { text-align: center; margin: 0 0 0 25px; }
 
 #getbox { background: url("//d2ibasrwfd3o7m.cloudfront.net/images/getbox.png") no-repeat; width: 271px; height: 208px; text-align: center; color: #333; float: right; margin: -10px 0 0 0; }

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2015-10-17 03:50:49 UTC (rev 676)
+++ trunk/index.html	2015-10-17 03:52:51 UTC (rev 677)
@@ -43,7 +43,7 @@
 			<div class="col-md-8">
 				<div id="welcome" class="jumbotron">
 					<h2>Welcome to MidnightBSD</h2>
-					<blockquote style="font-family: Slabo, serif">
+					<blockquote>
 						<p>
 							MidnightBSD is a new BSD-derived operating system developed 
 							with desktop users in mind. 



More information about the Midnightbsd-cvs mailing list