summaryrefslogtreecommitdiff
path: root/nn.css
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-28 19:27:44 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-28 19:27:44 -0800
commit57eadca7ed73e26a7392b9b6685590dc67c42af9 (patch)
tree356e2d798eae377c4d1f28164363d1a8214ebb9b /nn.css
parent87b26ce6dd00bec645af8702d99f832582fe2b9c (diff)
downloadnng-57eadca7ed73e26a7392b9b6685590dc67c42af9.tar.gz
nng-57eadca7ed73e26a7392b9b6685590dc67c42af9.tar.bz2
nng-57eadca7ed73e26a7392b9b6685590dc67c42af9.zip
Fix sidebarblock style, and details style.
Diffstat (limited to 'nn.css')
-rw-r--r--nn.css34
1 files changed, 33 insertions, 1 deletions
diff --git a/nn.css b/nn.css
index c7c30d09..42520821 100644
--- a/nn.css
+++ b/nn.css
@@ -448,6 +448,38 @@ a span.icon>.fa {
color: #bf0000
}
+div.sidebarblock {
+ border-radius: .5em;
+ background-color: #e0e0e0;
+}
+
+div.sidebarblock div.content {
+ padding: 1em 2em;
+}
+
+.sidebarblock .content p {
+ font-size: .95em;
+}
+
+/* doc header */
+div.details {
+ border-top: 1px solid #e0e0e0;
+ padding-top: 2em;
+ text-align: right;
+ margin-bottom: 1em;
+}
+
+span.author{
+ font-style: italic;
+}
+span.author::before{
+ content: "\2014 ";
+}
+#revnumber,#revdate{
+ font-size: .9em;
+}
+
+
/* image */
img {
@@ -526,4 +558,4 @@ main {
main {
padding-left: 2em;
}
-} \ No newline at end of file
+}