Browse Source
Improved clickability of library links
pull/70/head
Ezerous
5 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
8 additions and
1 deletions
-
app/src/main/assets/libraries_style.css
|
@ -15,7 +15,6 @@ pre { |
|
|
|
|
|
|
|
|
h4, h5 { |
|
|
h4, h5 { |
|
|
display: inline; |
|
|
display: inline; |
|
|
padding: 1em; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
a, h4, h5 { |
|
|
a, h4, h5 { |
|
@ -23,6 +22,14 @@ a, h4, h5 { |
|
|
word-wrap: break-word; |
|
|
word-wrap: break-word; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h4 { |
|
|
|
|
|
padding: 1em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
li { |
|
|
li { |
|
|
color: #26A69A; |
|
|
color: #26A69A; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ul a { |
|
|
|
|
|
margin-left: 1em; |
|
|
} |
|
|
} |