New note: A timeline of Unix shells

This commit is contained in:
jultty 2025-02-24 14:51:32 -03:00
commit b8a75c374f
4 changed files with 53 additions and 4 deletions

View file

@ -98,6 +98,15 @@ ul {
list-style: none;
}
details {
margin: 30px;
}
details summary {
margin-bottom: 15px;
cursor: pointer;
}
#container {
min-height: 100%;
display: grid;
@ -293,10 +302,6 @@ footer {
margin-top: 40px;
}
.index-posts ul#posts {
}
ul#posts {
margin-left: 30px;
padding-left: 20px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB