diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:09:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 16:09:43 -0300 |
commit | 00b5f40ffeb99cff7e74303c8e5fcd4bbb10f7cf (patch) | |
tree | 43c5691629f3aab69584a167511b875bfcf9fd57 | |
parent | e5e994d65daedddb2cf618cd855f1de7588518b6 (diff) | |
download | blog-00b5f40ffeb99cff7e74303c8e5fcd4bbb10f7cf.tar.gz blog-00b5f40ffeb99cff7e74303c8e5fcd4bbb10f7cf.tar.bz2 |
Fix style tag
-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 3e6b671..961801f 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -29,7 +29,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; |