Skip to content

Commit

Permalink
doc styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Oct 27, 2024
1 parent a569432 commit 7dc364f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/ROOT/pages/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ a:focus, #toc a:focus {
}

#header {
background-color: #efefef;
background-color: #fafafa;
grid-area: nav;
box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

#footer {
Expand Down Expand Up @@ -111,6 +112,10 @@ th {
text-align: left;
}

.imageblock {
float: center;
}

.imageblock.right {
float: right;
}
Expand All @@ -120,6 +125,7 @@ th {
}

.imageblock img {
border-radius: .4em;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

Expand Down

0 comments on commit 7dc364f

Please sign in to comment.