Author: tlsa
Date: Tue Aug 3 08:25:05 2010
New Revision: 10680
URL:
http://source.netsurf-browser.org?rev=10680&view=rev
Log:
Update warning on testbuilds page. Make caution icon smaller.
Modified:
trunk/netsurfweb/downloads/riscos/testbuilds.en
trunk/netsurfweb/netsurf.css
trunk/netsurfweb/webimages/caution.png
Modified: trunk/netsurfweb/downloads/riscos/testbuilds.en
URL:
http://source.netsurf-browser.org/trunk/netsurfweb/downloads/riscos/testb...
==============================================================================
--- trunk/netsurfweb/downloads/riscos/testbuilds.en (original)
+++ trunk/netsurfweb/downloads/riscos/testbuilds.en Tue Aug 3 08:25:05 2010
@@ -52,7 +52,9 @@
<h1>RISC OS Development Builds</h1>
-<p>The development build available on this page is built automatically from the
latest source code in SVN. <strong>It is likely to be unstable and may crash your
machine.</strong></p>
+<p>The development build available on this page is built automatically from the
latest source code in SVN.</p>
+
+<p class="caution">Notice:<br>At any given time these builds may be
unstable or have verbose logging enabled which could compromise performance of the
browser.</p>
<!--#config timefmt="%d %b %Y %R %Z" sizefmt="abbrev"-->
<ul class="developmentbuilds">
Modified: trunk/netsurfweb/netsurf.css
URL:
http://source.netsurf-browser.org/trunk/netsurfweb/netsurf.css?rev=10680&...
==============================================================================
--- trunk/netsurfweb/netsurf.css (original)
+++ trunk/netsurfweb/netsurf.css Tue Aug 3 08:25:05 2010
@@ -668,6 +668,14 @@
margin: 0;
padding: 0; }
+.caution {
+ margin: 1.33em auto;
+ width: 60%;
+ min-height: 51px;
+ padding: 10px 10px 10px 110px;
+ background: #fff2a9 url("webimages/caution.png") no-repeat 5px center;
+ border: 3px solid #ffe85c;
+ font-weight: bold; }
/*
* Recent SVN Activity
Modified: trunk/netsurfweb/webimages/caution.png
URL:
http://source.netsurf-browser.org/trunk/netsurfweb/webimages/caution.png?...
==============================================================================
Binary files - no diff available.