summary refs log tree commit diff
path: root/default.css (follow)
Commit message (Collapse)AuthorAge
* Add margin to inputsJune McEnroe2020-07-17
| | | | Seems that only Safari provides any margins on form elements by default.
* Put the checkbox inside the labelJune McEnroe2020-07-14
|
* Put events forms in a flexJune McEnroe2020-07-14
|
* Set span.irc to pre-wrapJune McEnroe2020-07-13
|
* Add room to start selecting table rowsJune McEnroe2020-07-13
|
* Move nick delimiters into HTML generationJune McEnroe2020-07-12
| | | | So that they can be copied.
* Add explicit mark colorsJune McEnroe2020-07-12
|
* Render all types of eventsJune McEnroe2020-07-12
|
* Don't use KHTML_PRETTYJune McEnroe2020-07-12
| | | | It's kinda of unpredictable and can lead to unintended whitespace.
* Rewrite default CSSJune McEnroe2020-07-12
|
* Set nick column to nowrapJune McEnroe2020-07-12
|
* Set message column max widthJune McEnroe2020-07-12
|
* Set messages to break lines anywhere if need beJune McEnroe2020-07-12
|
* Add date jump form to events pageJune McEnroe2020-07-11
| | | | Sad that Safari doesn't implement anything for the date input type.
* Increase line-heightJune McEnroe2020-07-11
|
* Dim search result context linksJune McEnroe2020-07-11
|
* Attempt some more stylingJune McEnroe2020-07-11
|
* Add basic messages to table and attempt to styleJune McEnroe2020-07-10
|
* Implement partial table output of eventsJune McEnroe2020-07-10
| | | | This should work for both events and search pages.
* Move search help to footerJune McEnroe2020-07-10
|
* Fold search form into navJune McEnroe2020-07-10
| | | | | CSS is kind of almost working for me here. I await its inevitable betrayal.
* Serve stylesheet separately, with cachingJune McEnroe2020-07-10
|
* Add default stylesheetJune McEnroe2020-07-10