improve positioning and look of special underline effects

lektura
max.mehl 2017-08-17 15:22:11 +02:00
parent f3ee89b2a4
commit 33b6907163
1 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#legal p { #legal p {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
font-size: 0.8em; font-size: 0.9em;
} }
#legal a { #legal a {
color: #83bdd6; color: #83bdd6;
@ -115,10 +115,11 @@ a:not(.btn):not(.hiddenlink) {
position: relative; position: relative;
transform: perspective(1px) translateZ(0px); transform: perspective(1px) translateZ(0px);
vertical-align: middle; vertical-align: middle;
margin-top: -3px;
} }
a:not(.btn):not(.hiddenlink)::before { a:not(.btn):not(.hiddenlink)::before {
background: #006d9e none repeat scroll 0 0; background: #006d9e none repeat scroll 0 0;
bottom: 0; bottom: 2px;
content: ""; content: "";
height: 1px; height: 1px;
left: 50%; left: 50%;