diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-31 17:29:41 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-31 17:29:41 +0200 |
commit | eaced9af064ba8f0e178b4bb86b8be27429f8c34 (patch) | |
tree | 81260c0520cee3c478b6607d596ee5d6bd6f2915 | |
parent | 4266620effd072e1ebf3a32eb80dfe4c1684d0b0 (diff) | |
download | cacert-boardvoting-eaced9af064ba8f0e178b4bb86b8be27429f8c34.tar.gz cacert-boardvoting-eaced9af064ba8f0e178b4bb86b8be27429f8c34.tar.xz cacert-boardvoting-eaced9af064ba8f0e178b4bb86b8be27429f8c34.zip |
Remove unused styles.css file
-rw-r--r-- | boardvoting/static/styles.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/boardvoting/static/styles.css b/boardvoting/static/styles.css deleted file mode 100644 index 18a0000..0000000 --- a/boardvoting/static/styles.css +++ /dev/null @@ -1,31 +0,0 @@ -html, body, th, td { - font-family: Verdana, Arial, sans-serif; - font-size:10px; -} -table, tr, td, th { - vertical-align:top; - border:1px solid black; - border-collapse: collapse; -} -td.navigation { - text-align:center; -} -td.approved { - color:green; -} -td.declined { - color:red; -} -td.withdrawn { - color:red; -} -td.pending { - color:blue; -} -textarea { - width:400px; - height:150px; -} -input { - width:400px; -} |