Improved website style.
This commit is contained in:
parent
976d83993b
commit
6f014e3c54
3 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,6 @@ $readmeContent
|
||||||
echo " $indentation<a href='$path' class='file-link'>$filename</a>\n";
|
echo " $indentation<a href='$path' class='file-link'>$filename</a>\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo " $indentation<br>\n";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
.submenu {
|
.submenu {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0px 16px 0px 16px;
|
margin: 0px 0px 0px 16px;
|
||||||
|
padding: 16px 0px 16px 0px;
|
||||||
border: 2px solid rgba(255, 255, 255, 0.3);
|
border: 2px solid rgba(255, 255, 255, 0.3);
|
||||||
border-radius: 0px 16px 16px 16px;
|
border-radius: 0px 16px 16px 16px;
|
||||||
background-color: rgba(46, 46, 46, 0.5);
|
background-color: rgba(46, 46, 46, 0.5);
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-link {
|
.file-link {
|
||||||
padding: 0px 16px 0px 16px;
|
padding: 8px 16px 8px 16px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
|
|
||||||
.hcb-label {
|
.hcb-label {
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
margin: 16px 0px 0px 16px;
|
margin: 0px 0px 0px 16px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 16px 16px 0px 0px;
|
border-radius: 16px 16px 0px 0px;
|
||||||
border: 2px solid rgba(255, 255, 255, 0.3);
|
border: 2px solid rgba(255, 255, 255, 0.3);
|
||||||
|
|
|
@ -138,7 +138,7 @@ hr {
|
||||||
.tiny-text {
|
.tiny-text {
|
||||||
font-family: ubuntu, arial;
|
font-family: ubuntu, arial;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-text {
|
.center-text {
|
||||||
|
|
Loading…
Add table
Reference in a new issue