add unpolished post viewing

This commit is contained in:
Hendrik
2017-01-25 13:28:47 +01:00
parent b9fc016f7d
commit db333b6e98
7 changed files with 114 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
/* modal based on: http://www.w3schools.com/howto/howto_css_modals.asp */
.modal {
/*display: none; !* Hidden by default *!*/
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;