Author: dom Date: 2008-07-26 18:11:00 +0100 (Sat, 26 Jul 2008) New Revision: 1200
Added: website/publish/favicon.ico Modified: website/publish/css/openguides.css website/publish/includes/cities_list.inc Log: merge into publish
Modified: website/publish/css/openguides.css =================================================================== --- website/publish/css/openguides.css 2008-07-26 17:08:49 UTC (rev 1199) +++ website/publish/css/openguides.css 2008-07-26 17:11:00 UTC (rev 1200) @@ -10,7 +10,6 @@ body, div, p, th, td { font-family: Helvetica, Arial, sans-serif; - font-size: 12px; line-height: 1.3em; }
@@ -73,6 +72,7 @@ #cities_list table { margin: auto; + font-size: 0.8em; }
#cities_list table td @@ -84,7 +84,7 @@ { width: 100%; text-align: center; - font-size: 1.2em; + font-size: 1.5em; font-weight: bold; letter-spacing: -0.05em; } @@ -100,7 +100,7 @@ { vertical-align: top; padding: 0px 5px 0px 5px; - line-height: 1.1em; + line-height: 1em; }
/* ****** latest news styles ****** */
Copied: website/publish/favicon.ico (from rev 1199, website/preview/favicon.ico) ===================================================================
Modified: website/publish/includes/cities_list.inc =================================================================== --- website/publish/includes/cities_list.inc 2008-07-26 17:08:49 UTC (rev 1199) +++ website/publish/includes/cities_list.inc 2008-07-26 17:11:00 UTC (rev 1200) @@ -3,7 +3,7 @@ <div id="cities_list"> <table> <tr> - <td colspan="2" id="cities_list_header">Take me there...</td> + <td colspan="2"><div id="cities_list_header">Take me there...</div></td> </tr> <tr> <th colspan="2">UK</th>
openguides-commits@lists.openguides.org