minor fixes
This commit is contained in:
@@ -61,7 +61,6 @@ TEMPLATES = [
|
|||||||
"context_processors": [
|
"context_processors": [
|
||||||
"django.template.context_processors.debug",
|
"django.template.context_processors.debug",
|
||||||
"django.template.context_processors.request",
|
"django.template.context_processors.request",
|
||||||
"django.contrib.auth.context_processors.auth",
|
|
||||||
"django.contrib.messages.context_processors.messages",
|
"django.contrib.messages.context_processors.messages",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ a:hover, a:any-link{
|
|||||||
/* TODO fix links with no title/content being almost unclickable */
|
/* TODO fix links with no title/content being almost unclickable */
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 1em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user