diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/images/telegrampic2.jpg | bin | 0 -> 25752 bytes | |||
| -rw-r--r-- | static/style.css | 10 | 
2 files changed, 8 insertions, 2 deletions
| diff --git a/static/images/telegrampic2.jpg b/static/images/telegrampic2.jpgBinary files differ new file mode 100644 index 0000000..8b306ff --- /dev/null +++ b/static/images/telegrampic2.jpg diff --git a/static/style.css b/static/style.css index 7a0bf68..93ec3ed 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,7 @@  html {      background-color: black; -    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +    font-family: 'Open Sans', sans-serif; +    font-size: small;  }  body { @@ -21,7 +22,7 @@ body {  }  header { -    background-color: #8fbce7; +    background-color: #f1f3f3;  } @@ -51,6 +52,11 @@ header span nav ul li a {      color: white;  } +header div { +    padding-left: 30px; +    padding-bottom: 10px; +} +  nav ul {      margin: 0;      padding: 0; | 
