Copyright string: change the font-size to 14px

This commit is contained in:
Jente Hidskes
2017-02-21 23:19:07 +01:00
committed by Alexis Tacnet
parent 7dc989c3bf
commit 0be5ca7adc

View File

@@ -124,8 +124,8 @@ b, u, i, center,
dl, dt, dd, ol, ul, li, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, menu, nav, output, ruby, section, summary,
time, mark, audio, video { time, mark, audio, video {
margin: 0; margin: 0;
@@ -136,7 +136,7 @@ time, mark, audio, video {
vertical-align: baseline; vertical-align: baseline;
} }
/* HTML5 display-role reset for older browsers */ /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { footer, header, hgroup, menu, nav, section {
display: block; display: block;
} }
@@ -422,6 +422,7 @@ section.icons .content {
width: auto; width: auto;
} }
section.icons .content a { section.icons .content a {
font-size: 14px;
margin-left: 6px; margin-left: 6px;
margin-right: 6px; margin-right: 6px;
color: #555555; color: #555555;