html5/spec alert.css,1.5,1.6

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24229

Modified Files:
	alert.css 
Log Message:
add dashed lines and change how Path objects work to instead use external line and font styles and transformation objects (whatwg r7028)

[updated by splitter]


Index: alert.css
===================================================================
RCS file: /sources/public/html5/spec/alert.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- alert.css	20 Mar 2012 15:29:06 -0000	1.5
+++ alert.css	20 Mar 2012 15:30:31 -0000	1.6
@@ -1,5 +1,5 @@
 #alert { position: fixed; top: 20%; left: 20%; right: 20%; font-size: 2em; padding: 0.5em; z-index: 40; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em; -moz-border-radius: 1em; -webkit-transition: opacity 1s linear; }
 #alert.closed { opacity: 0; }
-#alert input { position: absolute; top: 1em; right: 2em; }
+#alert input { position: absolute; top: 1em; right: 3em; }
 #alert :link, #alert :visited { color: white; }
 #alert :link:hover, #alert :visited:hover { background: transparent; }

Received on Tuesday, 20 March 2012 15:30:42 UTC