Commit graph

6 commits

Author SHA1 Message Date
Chris White
f112ab0826 Regularize whitespace; add editorconfig
- Change the few files that use leading tabs into leading spaces.
  This way they match the other files in the repo.
- Add an EditorConfig file so that supported editors will automatically
  use spaces instead of tabs.
- (Extra) Add some common editor backup-file extensions to .gitignore.
2020-03-21 08:58:43 -04:00
Michael Opdenacker
3de325ca86 Improve and update website banner
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-02-04 10:51:24 +01:00
frhun
79536b88ad
Fixing overlap of banner subtitle with sidebar
In narrow view frames the Subtitle would be displayed over the sidebar.
z-index changed to 29 to be one lower than the sidebar: 3e69f7ddb1/http/style.css (L910)
2019-04-25 16:19:19 +02:00
Michael Opdenacker
3bc1379b03 Banner css fix
- To have a hyperlink on the whole message banner

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-03-21 11:13:24 +01:00
Michael Opdenacker
5cbe41944e Fix banner.css
- Fixing an issue when javascript is disabled
- Converting to unix mode (to CRLF at the end of lines)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-03-21 10:57:12 +01:00
Michael Opdenacker
0eea6aa35f Add a message banner and hyperlink to the header
- This allows to make some announcements

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-03-21 07:36:31 +01:00