[Commits] [svn:einsteintoolkit] www/global/ (Rev. 1560)
www-push at einsteintoolkit.org
www-push at einsteintoolkit.org
Mon Jun 13 10:00:51 CDT 2016
User: www-push
Date: 2016/06/13 10:00 AM
Modified:
/global/
style.css
Log:
style.css: Add a wrapping version of pre
File Changes:
Directory: /global/
===================
File [modified]: style.css
Delta lines: +8 -0
===================================================================
--- global/style.css 2016-06-13 14:38:28 UTC (rev 1559)
+++ global/style.css 2016-06-13 15:00:50 UTC (rev 1560)
@@ -199,3 +199,11 @@
h4.gallerytable{
font-size: 120%;
}
+
+pre.wrap {
+ white-space: pre-wrap; /* css-3 */
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
+}
\ No newline at end of file
More information about the Commits
mailing list