Browse Source

wikipedia: improve styling

master
parent
commit
2d038c056c
  1. 7
      style.css

7
style.css

@ -353,8 +353,13 @@ a:active {
margin-left: 0.5em;
margin-bottom: 0.5em;
}
.wikipedia div {
.wikipedia > h4 {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.wikipedia > div {
text-align: justify;
margin-bottom: 0.5em;
}
#contentDetails h3 {
border-bottom: 1px solid black;

Loading…
Cancel
Save