diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-24 10:11:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-24 10:11:39 -0300 |
commit | 7a303ee9792bed06a5f1e5b7aefcbf4b2a132a12 (patch) | |
tree | f09cfd76d950976248618ec7abdd1d9f217ffefd /templates | |
parent | 5d4ff2f60972bc45f4f7e18b1ac24b7fe47b715e (diff) | |
download | keyringer-7a303ee9792bed06a5f1e5b7aefcbf4b2a132a12.tar.gz keyringer-7a303ee9792bed06a5f1e5b7aefcbf4b2a132a12.tar.bz2 |
HTML compliance
Diffstat (limited to 'templates')
-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; |