init
This commit is contained in:
29
flatpages/static/index.css
Normal file
29
flatpages/static/index.css
Normal file
@@ -0,0 +1,29 @@
|
||||
body {
|
||||
background: #1abc9c;
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
p, h4 {
|
||||
font-size: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
}
|
||||
ul, ol {
|
||||
margin: 0;
|
||||
}
|
||||
table tr td {
|
||||
padding: 5px;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 30px;
|
||||
width: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user