- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 00:56:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv11635
Modified Files:
default.css
Log Message:
Remove the font-size:90% line from <pre>
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- default.css 8 Dec 2011 00:38:30 -0000 1.22
+++ default.css 13 Dec 2011 00:56:30 -0000 1.23
@@ -50,7 +50,6 @@
pre {
margin-top: 1em;
margin-bottom: 1em;
- font-size: 90% /*smaller*/;
}
img {
Received on Tuesday, 13 December 2011 00:56:36 UTC