Skip to content
Snippets Groups Projects
Commit 4bc8ddaf authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Underline links

parent 50680ac2
No related branches found
No related tags found
1 merge request!57Underline links
Pipeline #28732 passed
......@@ -459,7 +459,6 @@
left: 0;
width: 0;
height: 1px;
background-color: #f7931c;
transition: 0.1s ease-out;
}
.pageContact .contactInfo p a:hover {
......
......@@ -325,6 +325,12 @@ a.goDown .icon {
position: relative;
left: 0px;
}
.tabSlider .slideTxt:hover span {
text-decoration: underline;
}
.tabSlider .swiper-slide-active .slideTxt:hover span {
text-decoration: none;
}
@media (min-width: 1024px) {
.tabSlider .slideTxt {
left: 0;
......@@ -1357,7 +1363,6 @@ a.goDown .icon {
display: table;
margin: 10px auto 0;
color: #b1b1b1;
border-bottom: 1px solid;
padding: 0;
font-size: 92%;
text-transform: none;
......
......@@ -209,6 +209,9 @@ a {
cursor: pointer;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:focus {
outline: 0 none;
}
......@@ -609,7 +612,8 @@ a:focus {
}
.siteHeader nav li a:hover {
border-bottom: #f26521 1px solid;
text-decoration: none;
border-bottom: #f26521 1px solid;
}
.siteHeader .btnDownload {
......@@ -1711,6 +1715,7 @@ footer .copyright li + li {
}
footer .copyright a {
color: #333;
text-decoration: none;
border-bottom: 1px solid #bbb;
display: inline-block;
padding: 0 2px;
......
......@@ -1151,7 +1151,6 @@ details summary:before {
left: 0;
width: 0;
height: 1px;
background-color: #f7931c;
transition: 0.1s ease-out;
}
.nonTouch .attachmentsBlock .attachmentInfo a:hover {
......
......@@ -82,6 +82,7 @@
}
.tabs .tabLink:hover {
opacity: 0.8;
text-decoration: none;
}
.tabs .tabLink.locked {
cursor: default;
......@@ -90,6 +91,7 @@
.tabs .tabLink.active {
opacity: 1;
}
.tabs .tabLink:hover:after,
.tabs .tabLink.active:after {
display: block;
}
......
......@@ -59,6 +59,9 @@
.tile a {
color: var(--tile-link);
}
.tile[role="link"] {
text-decoration: none;
}
.tile > ul {
position: relative;
padding-left: 10px;
......
......@@ -76,7 +76,7 @@ opam depext --install -y frama-c</pre>
</div>
</div>
<div class="otherConfiguration">
For detailed installation instructions, <a target="_blank" href="https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md" class="lineMove">click here</a>
For detailed installation instructions, <a target="_blank" href="https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md">click here</a>
</div>
<h1 class="pageTitle">Manuals</h1>
<div class="tileWrapper" size="big">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment