cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
20 additions and
20 deletions
-
static/styles.css
|
|
@ -1,20 +1,17 @@ |
|
|
|
/* go wild ... */ |
|
|
|
|
|
|
|
* { |
|
|
|
border: 1px solid red; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
/* height: 1000px;*/ |
|
|
|
/* height: 1000px;*/ |
|
|
|
} |
|
|
|
|
|
|
|
div.container{ |
|
|
|
div.container { |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div.forms { |
|
|
|
/* padding-top: 24px;*/ |
|
|
|
/* padding-top: 24px;*/ |
|
|
|
max-width: 50%; |
|
|
|
float: left; |
|
|
|
display: inline; |
|
|
@ -25,14 +22,17 @@ div.iframe { |
|
|
|
height: 480px; |
|
|
|
display: inline-block; |
|
|
|
border: 2px solid blue; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
ul li { |
|
|
|
list-style:none; |
|
|
|
list-style: none; |
|
|
|
} |
|
|
|
|
|
|
|
#title, #author, #comments, #timestamp, #tags { |
|
|
|
#title, |
|
|
|
#author, |
|
|
|
#comments, |
|
|
|
#timestamp, |
|
|
|
#tags { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|