m. style
authorJames Craig <jcraig@apple.com>
Sun, 11 Nov 2012 23:02:00 -0800
changeset 25 65a23f4f6ed4
parent 24 d98997ee66c7
child 26 074c1fd4bca5
m. style
src/csi/screen.css
--- a/src/csi/screen.css	Sun Nov 11 19:38:25 2012 -0800
+++ b/src/csi/screen.css	Sun Nov 11 23:02:00 2012 -0800
@@ -81,7 +81,7 @@
 
 .example {
 	margin: 1em 0;
-	padding: 0.7em 1em 0.7em;
+	padding: 0.7em 1em 0.2em;
 	border: solid 1px #999;
 	position:relative;
 }
@@ -89,12 +89,12 @@
 	content:attr(title);
 	position:absolute;
 	top:0;
-	right:0;
+	left:0;
 	font-size:11px;
 	padding:0.2em 0.5em;
 	margin:0;
 	border:solid 1px #999;
-	border-width: 0 0 1px 1px;
+	border-width: 0 1px 1px 0;
 }
 .example h4, .note h4{
 	margin:0.5em 0;