mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
usability: avoid gap between a wrapped link in aside bar (#439)
This commit is contained in:
@@ -400,6 +400,10 @@ aside.tips div.border {
|
||||
aside.tips h3 {
|
||||
color:#E6E6E6;
|
||||
}
|
||||
aside.tips li {
|
||||
line-height: 1.2rem; /* avoid gaps in wrapped links */
|
||||
margin-bottom: 0.5rem; /* seperate each link item a little bit from eachother */
|
||||
}
|
||||
aside.tips a {
|
||||
color: var(--background-text-color);
|
||||
border-bottom:1px dotted #666;
|
||||
|
||||
Reference in New Issue
Block a user