Some minor style adjustements: make links not underlined by default, and tighten a bit the sidebar menu.
This commit is contained in:
parent
253ef222fc
commit
9f485f1654
2 changed files with 5 additions and 9 deletions
|
|
@ -121,7 +121,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
li ul {
|
li ul {
|
||||||
padding-left: 1.0em !important;
|
padding-left: 0.6em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-bar li {
|
#side-bar li {
|
||||||
|
|
@ -134,11 +134,11 @@ li ul {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.35em 1ex 0.35em 2mm;
|
padding: 0.25em 1ex 0.25em 2mm;
|
||||||
display: block;
|
display: block;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
font-weight: bold!important;
|
font-weight: bold!important;
|
||||||
font-size: 104%;
|
font-size: 102%;
|
||||||
border-left: white solid 0.2em;
|
border-left: white solid 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -163,7 +163,6 @@ li ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
#side-bar .sideBarText a {
|
#side-bar .sideBarText a {
|
||||||
text-decoration: underline;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
@ -206,11 +205,11 @@ li ul {
|
||||||
#main-copy a {
|
#main-copy a {
|
||||||
color: rgb(0,102,204);
|
color: rgb(0,102,204);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-copy a:hover {
|
#main-copy a:hover {
|
||||||
text-decoration: none;
|
color: rgb(100,135,220);
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-copy h1, #main-copy h2 {
|
#main-copy h1, #main-copy h2 {
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,3 @@
|
||||||
<meta name="google-site-verification" content="z5zCyEitNLNZmhVblsogrEiy6Acf0UZROsFMtLjioN4" />
|
<meta name="google-site-verification" content="z5zCyEitNLNZmhVblsogrEiy6Acf0UZROsFMtLjioN4" />
|
||||||
<META name="y_key" content="49dff3fad5352458"><META name="y_key" content="5dc40bfee9494e98"><META name="y_key" content="b60a53d1fa98f4c8">
|
<META name="y_key" content="49dff3fad5352458"><META name="y_key" content="5dc40bfee9494e98"><META name="y_key" content="b60a53d1fa98f4c8">
|
||||||
<meta name="msvalidate.01" content="5008C6E6B172BEB1F43E770296C3D560" />
|
<meta name="msvalidate.01" content="5008C6E6B172BEB1F43E770296C3D560" />
|
||||||
<style>
|
|
||||||
a { text-decoration: none!important; }
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue