Various different small improvements

This commit is contained in:
Claude Paroz 2018-05-26 16:55:07 +02:00
parent 2620a1b9b8
commit 991140fb8b
4 changed files with 11 additions and 3 deletions

View file

@ -2,4 +2,4 @@ from django import forms
class SearchForm(forms.Form):
text = forms.CharField()
text = forms.CharField(widget=forms.TextInput(attrs={'autofocus': True}))

View file

@ -0,0 +1 @@
div.photo { float: right; max-width: 100%; }