diff --git a/index.php b/index.php index d3360859..4a5d7704 100755 --- a/index.php +++ b/index.php @@ -138,6 +138,20 @@ +
diff --git a/php/controller.php b/php/controller.php index 3e3aedd2..6040ddff 100755 --- a/php/controller.php +++ b/php/controller.php @@ -13,6 +13,7 @@
+
diff --git a/php/footer.php b/php/footer.php index 5c5690f8..83ff71f2 100755 --- a/php/footer.php +++ b/php/footer.php @@ -11,6 +11,7 @@
Enjoy!

+ Help, how does this work?!

diff --git a/php/nochan.php b/php/nochan.php index 9eb90583..094bc40f 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -19,6 +19,7 @@ if(isset($_GET['chan'])){
+
diff --git a/static/css/style.css b/static/css/style.css index 779b770e..bb354438 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -68,6 +68,20 @@ footer{ } /* global colors */ + +.modal-header-fixed{ + position:fixed; + width:100px; + right:0px; +} + +.help-button-footer{ + padding: 10px; + background: white; + border-radius: 2px; + color:#2d2d2d; +} + footer.page-footer, nav, .tabs .tab a, .side-nav .collapsible-body li.active,