Просмотр исходного кода

Enhance webpages

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Jan Friesse 13 лет назад
Родитель
Сommit
a61ec494d2
2 измененных файлов с 17 добавлено и 17 удалено
  1. 7 7
      index.html
  2. 10 10
      stylesheets/stylesheet.css

+ 7 - 7
index.html

@@ -55,17 +55,17 @@
 
 <p>Our project relies on a good mix of talented fresh engineering experience coupled experienced engineers to make great quality software. We validate our software using a test suite which runs on each commit of the tree.</p>
 
-<p>Our <a href="http://www.corosync.org:8010">automated build and test infrastructure</a> is provided by <a href="http://trac.buildbot.net/">buildbot</a>, <a href="fabbione/cbox">cbox</a>, Pacemaker's CTS, and our own Corosync specific CTS test cases.</p>
+<p>Our <a href="http://build.clusterlabs.org:8011">automated build and test infrastructure</a> is provided by <a href="http://trac.buildbot.net/">buildbot</a>, <a href="fabbione/cbox">cbox</a>, Pacemaker's CTS, and our own Corosync specific CTS test cases.</p>
         </section>
 
         <aside id="sidebar">
-          <a href="https://github.com/corosync/corosync/zipball/master" class="button">
-            <small>Download</small>
-            .zip file
+          <a href="https://github.com/downloads/corosync/corosync/corosync-1.4.4.tar.gz" class="button">
+            <small>Download latest stable</small>
+            flatiron release <small>1.4.4</small>
           </a>
-          <a href="https://github.com/corosync/corosync/tarball/master" class="button">
-            <small>Download</small>
-            .tar.gz file
+          <a href="https://github.com/downloads/corosync/corosync/corosync-2.0.1.tar.gz" class="button">
+            <small>Download latest stable</small>
+            needle release <small>2.0.1</small>
           </a>
 
           <p class="repo-owner"><a href="https://github.com/corosync/corosync"></a> is maintained by <a href="https://github.com/corosync">corosync</a>.</p>

+ 10 - 10
stylesheets/stylesheet.css

@@ -51,7 +51,7 @@ body {
   font-size: 15px;
   line-height: 1.5; 
   background: #fafafa url(../images/body-bg.jpg) 0 0 repeat;
-  font-family: 'Helvetica Neue', Helvetica, Arial, serif;
+  font-family: Helvetica, Arial, serif;
   font-weight: 400;
   color: #666;
 }
@@ -66,7 +66,7 @@ a:hover {
 header {
   padding-top: 40px;
   padding-bottom: 40px;
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   background: #2e7bcf url(../images/header-bg.jpg) 0 0 repeat-x;
   border-bottom: solid 1px #275da1;
 }
@@ -136,7 +136,7 @@ a.button {
   color: #fff;
   padding-left: 68px;
   padding-top: 22px;
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
 }
 a.button small {
   display: block;
@@ -158,7 +158,7 @@ aside a.button {
 }
 
 code, pre {
-  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
+  font-family: monospace;
   color: #222;
   margin-bottom: 30px;
   font-size: 13px;
@@ -225,7 +225,7 @@ form {
 /* GENERAL ELEMENT TYPE STYLES */
 
 #main-content h1 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: 2.8em;
   letter-spacing: -1px;
   color: #474747;
@@ -239,7 +239,7 @@ form {
 }
 
 #main-content h2 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: 22px;
   font-weight: bold;
   margin-bottom: 8px;
@@ -253,7 +253,7 @@ form {
 }
 
 #main-content h3 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: 18px;
   font-weight: bold;
   margin-top: 24px;
@@ -269,7 +269,7 @@ form {
 }
 
 #main-content h4 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: 15px;
   font-weight: bold;
   color: #474747;
@@ -283,7 +283,7 @@ h4:before {
 }
 
 #main-content h5 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: 14px;
   color: #474747;
 } 
@@ -295,7 +295,7 @@ h5:before {
 }
 
 #main-content h6 {
-  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
+  font-family: Helvetica, Arial, serif;
   font-size: .8em;
   color: #474747;
 }