You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/03/07 13:49:57 UTC

svn commit: r1664841 - in /jmeter/trunk/xdocs: css/new-style.css stylesheets/website-style.xsl

Author: fschumacher
Date: Sat Mar  7 12:49:56 2015
New Revision: 1664841

URL: http://svn.apache.org/r1664841
Log:
Less space for the header and use another font for the headings.

Modified:
    jmeter/trunk/xdocs/css/new-style.css
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/css/new-style.css
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/css/new-style.css?rev=1664841&r1=1664840&r2=1664841&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Sat Mar  7 12:49:56 2015
@@ -27,7 +27,7 @@ img {
 }
 
 .menu, h1, h2, h3, h4, h5, .go-top, .title {
-  font-family: "Special Elite";
+  font-family: "Sorts Mill Goudy";
 }
 
 h1, h2, h3, h4, h5, .title {
@@ -70,6 +70,7 @@ h1, h2, h3, h4, h5, .title {
 
 .banner>iframe {
   width: 140px;
+  height: 140px;
 }
 
 body {
@@ -203,7 +204,7 @@ body {
 
 th {
   border-bottom: 1px solid black;
-  font-family: "Special Elite";
+  font-family: "Sorts Mill Goudy";
   text-align: left;
 }
 
@@ -237,10 +238,10 @@ table {
 .header {
   clear: both;
   display: table;
-  margin-bottom: 2em;
+  margin-bottom: 1rem;
   width: 100%;
   box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
-  padding: 1em 0em 2em;
+  padding: 0.1rem 0em 0.2rem;
   border-bottom: 1px solid gray;
 }
 
@@ -280,11 +281,11 @@ table {
 .pagelinks li {
   display: inline-block;
   margin: 1em;
-  font-family: "Special Elite";
+  font-family: "Sorts Mill Goudy";
 }
 
 .section-index {
-  font-family: "Special Elite";
+  font-family: "Sorts Mill Goudy";
   margin:;
   list-style: none;
 }
@@ -369,4 +370,4 @@ table {
   .section-index li:hover>ul {
     display: block;
   }
-}
\ No newline at end of file
+}

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1664841&r1=1664840&r2=1664841&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Sat Mar  7 12:49:56 2015
@@ -51,7 +51,7 @@
         <!-- VIEWPORT -->
         <meta name="viewport" content="width=device-width, initial-scale=1" />
         <link
-          href='http://fonts.googleapis.com/css?family=Special+Elite:400normal'
+          href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400normal'
           rel='stylesheet' type='text/css'
         ></link>
         <link rel="stylesheet" type="text/css"