[pygccxml-commit] SF.net SVN: pygccxml: [824] website
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2006-12-31 09:34:54
|
Revision: 824 http://svn.sourceforge.net/pygccxml/?rev=824&view=rev Author: roman_yakovenko Date: 2006-12-31 01:34:53 -0800 (Sun, 31 Dec 2006) Log Message: ----------- update fonts Modified Paths: -------------- website/templates/online/language_binding.css website/templates/online/page_template.html Property Changed: ---------------- website/ website/site_creator/ website/templates/online/ website/tools/ Property changes on: website ___________________________________________________________________ Name: svn:ignore + www Property changes on: website/site_creator ___________________________________________________________________ Name: svn:ignore + *.pyc Property changes on: website/templates/online ___________________________________________________________________ Name: svn:ignore + *.pyc Modified: website/templates/online/language_binding.css =================================================================== --- website/templates/online/language_binding.css 2006-12-31 08:43:40 UTC (rev 823) +++ website/templates/online/language_binding.css 2006-12-31 09:34:53 UTC (rev 824) @@ -17,6 +17,22 @@ text-align: left; } +body{ + margin-top: 95px; + font-family: verdana, arial, helvetica, sans-serif; + font-size: 10pt; +} + + +div.top-links{ + font-size: 10pt; + display: block; + left: 0px; + bottom: 0px; + margin-top: 10px; + margin-left: 10px; +} + a:link { color: #0033CC; background-color: inherit; @@ -55,25 +71,6 @@ margin: 10px 0px 0px 10px; } -div.top-links{ - font-size: 10pt; - display: block; - left: 0px; - bottom: 0px; - margin-top: 10px; - margin-left: 10px; -} - -div.top-links-adsense { - font-size: 12pt; - display: block; - left: 0px; - bottom: 0px; - margin-top: 3px; - margin-left: 10px; -} - - img{border:none;} a.python-logo img { @@ -85,11 +82,6 @@ width: 211px; height: 71px; } -body{ - margin-top: 95px; - font: 14px serif; -} - div.document { margin-left: 140px; padding-top: 0px; @@ -124,8 +116,8 @@ float: right; /*background-color: #DFDFDF;*/ color: #000; - margin: 2px 0px 0px 2px; - padding: 6px 0px 0px 6px; + /*margin: 2px 0px 0px 2px;*/ + /*padding: 6px 0px 0px 6px;*/ /*border: thin solid #BBB;*/ } Modified: website/templates/online/page_template.html =================================================================== --- website/templates/online/page_template.html 2006-12-31 08:43:40 UTC (rev 823) +++ website/templates/online/page_template.html 2006-12-31 09:34:53 UTC (rev 824) @@ -8,6 +8,7 @@ <head> <title>${page_title}</title> <link href="${site_css}" rel="stylesheet" type="text/css"/> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> <div class="top"> Property changes on: website/tools ___________________________________________________________________ Name: svn:ignore + pykleur-svn-11-11-2006 kid-svn-12-10-2006 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |