Skip to content
Snippets Groups Projects
Commit ee855629 authored by Simon Barner's avatar Simon Barner
Browse files

Fix alignment of link icons in starting page

parent db2a1c4f
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,6 @@ h4 a[href^="https:"]
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
padding-right: 11px;
text-align: justify;
font-weight: bold;
......@@ -566,8 +565,7 @@ a[href^="http:"]
background-image: url(img/iconlink2.png);
background-position: 100% 5px;
background-repeat: no-repeat;
margin-right: 1px;
padding-right: 14px;
padding-right: 11px;
}
.learn a[href]
......@@ -577,7 +575,6 @@ a[href^="http:"]
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
padding-right: 11px;
text-align: justify;
font-weight: bold;
......@@ -597,7 +594,6 @@ a[href^="http:"]
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
padding-right: 11px;
text-align: justify;
font-weight: bold;
......@@ -650,7 +646,6 @@ a[href^="http:"]
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
padding-right: 11px;
text-align: justify;
font-weight: bold;
......@@ -671,7 +666,6 @@ a[href^="http:"]
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
margin-right: 10px;
padding-right: 11px;
text-align: justify;
font-weight: bold;
......
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