myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3310] branches/wf4ever/public/stylesheets: Using


From: noreply
Subject: [myexperiment-hackers] [3310] branches/wf4ever/public/stylesheets: Using dashed borders for mockups
Date: Tue, 15 Jan 2013 16:22:06 +0000 (UTC)

Revision
3310
Author
stain
Date
2013-01-15 16:22:06 +0000 (Tue, 15 Jan 2013)

Log Message

Using dashed borders for mockups

Font Nunito suggested for body

Modified Paths

Diff

Modified: branches/wf4ever/public/stylesheets/styles.css (3309 => 3310)


--- branches/wf4ever/public/stylesheets/styles.css	2013-01-15 15:59:42 UTC (rev 3309)
+++ branches/wf4ever/public/stylesheets/styles.css	2013-01-15 16:22:06 UTC (rev 3310)
@@ -9,7 +9,7 @@
 
 body {
 	background: #8e8e8e;
-	font-family: arial;
+	font-family: arial, sans-serif;
 	line-height: 1.0;
 }
 
@@ -2566,6 +2566,15 @@
   font-size: 95%;
   color: #555;
 }
+
+/*font-family: "Margarine", "Comic Sans MS", "Comic Sans", fantasy; */
 .mockup {
-  font-family: "Margarine", "Comic Sans MS", "Comic Sans", fantasy;
+  border: #ccc 2px dashed;
+  margin-top: 1em;
+  margin-bottom: 1em;
+  padding-left: 0.5em;
+  padding-right: 0.5em;
+}
+.mockup .mockup {
+  border: none;
 }
\ No newline at end of file

Modified: branches/wf4ever/public/stylesheets/webfonts.css (3309 => 3310)


--- branches/wf4ever/public/stylesheets/webfonts.css	2013-01-15 15:59:42 UTC (rev 3309)
+++ branches/wf4ever/public/stylesheets/webfonts.css	2013-01-15 16:22:06 UTC (rev 3310)
@@ -1,3 +1,3 @@
 @import url(http://fonts.googleapis.com/css?family=Margarine);
 @import url(http://fonts.googleapis.com/css?family=Inconsolata);
address@hidden url(http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here);
address@hidden url(http://fonts.googleapis.com/css?family=Nunito:300);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]