projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add concluding blog post for my fsf internship :-)
[~bandali/bndl.org]
/
static
/
style.css
diff --git
a/static/style.css
b/static/style.css
index
8527bc6
..
af65a18
100644
(file)
--- a/
static/style.css
+++ b/
static/style.css
@@
-173,7
+173,7
@@
code {
}
/* box effect */
}
/* box effect */
-details, pre, code {
+
.box,
details, pre, code {
background-color: #f8f8f8;
border: 1px solid #e6e6e6;
border-radius: 4px;
background-color: #f8f8f8;
border: 1px solid #e6e6e6;
border-radius: 4px;
@@
-182,6
+182,10
@@
details, pre, code {
details pre {
border: none;
}
details pre {
border: none;
}
+p.box {
+ font-size: 0.95em;
+ padding: 0.3em 0.6em;
+}
table td {
padding: 0.125em 0.3em;
table td {
padding: 0.125em 0.3em;
@@
-242,3
+246,7
@@
li, dd {
.warn {
color: #a10029;
}
.warn {
color: #a10029;
}
+
+#bandali-bib > a {
+ display: block
+}