Add CSS style file
This commit is contained in:
parent
678aff26c8
commit
c3eaabb3ad
1 changed files with 16 additions and 0 deletions
16
OsmAnd/assets/article_style.css
Normal file
16
OsmAnd/assets/article_style.css
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
body {
|
||||||
|
display: block;
|
||||||
|
margin: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
color: #ff8800;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
thumbcaption {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
Loading…
Reference in a new issue