diff options
Diffstat (limited to 'app/templates/base.html')
| -rw-r--r-- | app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html index 50cf3ef..f2ece29 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -70,7 +70,7 @@ <li><a href="{{ url_for('user.login') }}">Sign in</a></li> {% endif %} </ul> - <div style="clear:both;"></div> + <div class="clearboth"></div> </div> </nav> |
