This commit is contained in:
Devine Lu Linvega 2018-07-04 13:29:23 +12:00
parent f63d189188
commit bea50d7292

View File

@ -10,4 +10,8 @@ body div list { display:block; max-width: 800px; columns:3; border-bottom: 2px s
body div list ln { width: 22em; display:block; padding-left:5px; overflow: hidden; text-overflow: ellipsis; }
body div list ln a { line-height: 20px; display: inline-block; color:#000; padding:0px 5px; text-decoration: none;}
body div list ln a:visited { color:#999; text-decoration: none;}
body div list ln a:hover { background:#ccc; color:#000; text-decoration: none; border-radius: 2px }
body div list ln a:hover { background:#ccc; color:#000; text-decoration: none; border-radius: 2px }
@media (max-width: 950px) {
body div list { columns: 2 }
}