diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 10:44:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-20 10:44:59 -0300 |
commit | 6dd35dd876cbe50464d95fa63ca996ee684bca67 (patch) | |
tree | 2abcad6979587fdc1a7fee4693e30b7a37feeed7 | |
parent | fe5bb0e9544da51a8cf6b513031fa8b3709c4838 (diff) | |
download | firma-master.tar.gz firma-master.tar.bz2 |
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 3a72101..aa292c4 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -28,7 +28,7 @@ <TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF> <TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF> <TMPL_IF META><TMPL_VAR META></TMPL_IF> -<style> +<style type="text/css"> @media (max-width: 979px) { .navbar-fixed-top { position: fixed; |