1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-31 19:50:55 +00:00

General HTML fixes

Incorporated pull requests #1305 and #1306.

Restored declaration of 'hidden' class to index file.

Restored h2 in sections for navigation purposes.

Cleaned up index.html.
This commit is contained in:
Matthew Hana 2023-08-31 23:34:10 +10:00 committed by MatthewHana
parent d387491fb6
commit 6474f8f31c
2 changed files with 152 additions and 124 deletions

View file

@ -13,6 +13,10 @@ body{
justify-content: space-around;
}
main{
width: 100%;
}
.container{
height: auto;
min-height: 450px;
@ -74,7 +78,7 @@ body{
z-index: 999;
}
#loadingscene span{
#loadingscene h2{
font-size: 2em;
font-weight: bold;
}
@ -142,6 +146,7 @@ body{
font-size: 1.5em;
display: block;
padding: 10px 0;
margin: 0;
}
#collectionsscene article small{
@ -250,10 +255,6 @@ body{
box-shadow: 2px 2px 7px #000000d6;
}
.hidden{
display: none !important;
}
.title{
word-wrap: break-word;
font-weight: bold;