www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/ghm2016 layout-rsd.css empha...


From: Therese Godefroy
Subject: www/server/staging/ghm2016 layout-rsd.css empha...
Date: Fri, 9 Sep 2016 18:32:02 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/09 18:32:02

Modified files:
        server/staging/ghm2016: layout-rsd.css emphasis-test.html 

Log message:
        italic > blockquote and bold > strong (for css-unaware browsers).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/layout-rsd.css?cvsroot=www&r1=1.22&r2=1.23
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/emphasis-test.html?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: layout-rsd.css
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/layout-rsd.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- layout-rsd.css      30 Aug 2016 11:27:41 -0000      1.22
+++ layout-rsd.css      9 Sep 2016 18:32:02 -0000       1.23
@@ -253,9 +253,8 @@
    background-color: #999;
 }
 
-ul li, ol li { list-style: inherit; }
-ul { list-style: square; }
-ul ul, ol ul { list-style: circle; }
+ul li { list-style: square; }
+ul ul li, ol ul li { list-style: circle; }
 
 blockquote { font-style: italic; }
 blockquote i, blockquote em, blockquote cite,
@@ -273,14 +272,9 @@
 .underline { text-decoration: underline; }
 .nounderline { text-decoration: none; }
 
-.italic { font-style: italic; }
-.italic em, .italic cite, .italic i {
-   font-style: normal;
-}
 .big { font-size: 1.3em; padding: .3em 0; }
-.bold { font-weight: bold; }
 
-ul.no-bullet { list-style: none; }
+.no-bullet ul li { list-style: none; }
 
 .inline-list li { display: inline; }
 .no-display { display: none; }
@@ -472,10 +466,12 @@
 
 .announcement {
    font-size: 1.1em;
-   color: #555;
+   color: #333;
    padding: .3em 1em .4em;
    margin: 1.5em 0;
    border-left: .5em solid #fc7;
+   background: #f5f5f5;
+   background: linear-gradient(to right, #f3f3f3, white); 
 }
 /* Currently, announcements contain <p>, <ul>, and <h3>, with p or
    ul as last element. Try to make them NetSurf-friendly. */

Index: emphasis-test.html
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/emphasis-test.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- emphasis-test.html  9 Sep 2016 17:52:40 -0000       1.3
+++ emphasis-test.html  9 Sep 2016 18:32:02 -0000       1.4
@@ -52,35 +52,29 @@
 
 <ol>
 <li>
-<p style="color:green">&lt;div class="announcement 
bold"&gt;&lt;p&gt;Support...</p>
-<div class="announcement bold">
+<p style="color:green">&lt;div 
class="announcement"&gt;&lt;blockquote&gt;&lt;p&gt;Support...</p>
+<div class="announcement"><blockquote>
 <p>Support the <a href="http://FreeYourAndroid.org/";>
 Free Your Android</a> campaign.</p>
-</div>
+</blockquote></div>
 </li><li>
-<p style="color:green">&lt;div class="announcement highlight 
bold"&gt;&lt;p&gt;Support...</p>
-<div class="announcement highlight bold">
-<p>Support the <a href="http://FreeYourAndroid.org/";>
-Free Your Android</a> campaign.</p>
+<p style="color:green">&lt;div 
class="announcement"&gt;&lt;p&gt;&lt;strong&gt;Support...</p>
+<div class="announcement">
+<p><strong>Support the <a href="http://FreeYourAndroid.org/";>
+Free Your Android</a> campaign.</strong></p>
 </div>
 </li><li>
-<p style="color:green">&lt;p class="center highlight bold"&gt;Support...</p>
-<p class="center highlight bold">Support the <a 
href="http://FreeYourAndroid.org/";>
-Free Your Android</a> campaign.</p>
+<p style="color:green">&lt;p class="center 
highlight"&gt;&lt;strong&gt;Support...</p>
+<p class="center highlight"><strong>Support the <a 
href="http://FreeYourAndroid.org/";>
+Free Your Android</a> campaign.</strong></p>
 </li><li>
 <p style="color:green">&lt;p class="c highlight big"&gt;Support...</p>
 <p class="c highlight big">Support the <a href="http://FreeYourAndroid.org/";>
 Free Your Android</a> campaign.</p>
 </li><li>
-<p style="color:green">&lt;p class="c highlight-para bold"&gt;Support...</p>
-<p class="c highlight-para bold">Support the <a 
href="http://FreeYourAndroid.org/";>
-Free Your Android</a> campaign.</p>
-</li><li>
-<p style="color:green">&lt;div class="c highlight-para 
italic"&gt;&lt;p&gt;Support...</p>
-<div class="c highlight-para italic">
-<p>Support the <a href="http://FreeYourAndroid.org/";>
-Free Your Android</a> campaign.</p>
-</div>
+<p style="color:green">&lt;p class="c 
highlight-para"&gt;&lt;strong&gt;Support...</p>
+<p class="c highlight-para"><strong>Support the <a 
href="http://FreeYourAndroid.org/";>
+Free Your Android</a> campaign.</strong></p>
 </li>
 </ol>
 <div style="height: 1em"></div>
@@ -130,7 +124,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2016/09/09 17:52:40 $
+$Date: 2016/09/09 18:32:02 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]