mirror of https://github.com/apache/jmeter.git
Less space for the header and use another font for the headings.
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1664841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f331f98ae6
commit
458f7fe93f
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue