Move static assets

Move the static assets from debianmemberportfolio/public to
debianmemberportfolio/static where they are expected by Flask.
This commit is contained in:
Jan Dittberner 2015-11-10 22:29:16 +01:00
parent cb821caf24
commit c783f96166
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1 @@
javascript

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -0,0 +1,2 @@
User-Agent: *
Allow: /

View file

@ -0,0 +1,61 @@
html, body {
font-family:sans, Arial;
font-size:10pt;
}
#debianlogo {
float:right;
}
#content {
clear:both;
}
#agpllogo {
float:left;
margin-right:10px;
}
table {
border-collapse:collapse;
width:100%;
}
th, td {
border:1px solid grey;
}
tr.section {
background-color: #a0a0a0;
color: #f0f0f0;
}
tr.odd td {
background-color: #f0f0f0;
}
tr.even td {
background-color: #e0e0ff;
}
tr.error td {
background-color: #ffe0e0;
}
td {
vertical-align:top;
padding:2px;
}
td p {
padding:0;
margin:0;
}
.errormsg {
color:red;
}
.hidden {
display:none;
}