Changed how comments are stored and how data is retrieved
This commit is contained in:
@@ -15,11 +15,23 @@ body {
|
||||
input, textarea, button {
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
field-sizing: content; /* Only supported by Chromium */
|
||||
font-size: 20px;
|
||||
|
||||
}
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
field-sizing: content; /* Only supported by Chromium */
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#search-form input {
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user