X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=local.css;h=454e0f7e0984a592956605a557a4033195fb21aa;hb=b1331f37e6b41ac133f4286486a4af27b3f7fc1a;hp=5cdd071cc3ec2478c3ed728ee94d59e0a997c85e;hpb=2f2e666fb297885a4cbe2d5e35c327dee970bb12;p=libreriscv.git diff --git a/local.css b/local.css index 5cdd071cc..454e0f7e0 100644 --- a/local.css +++ b/local.css @@ -182,3 +182,16 @@ code { .color-FFF { color: #FFF; } + +/* + * MEPY: + * Style for the notebox div element + * for use with the ikiwiki note template + */ +.notebox { + background-color: #FFFFCC; + border-radius: 3px; + padding: 10px 1em; + border: 1px solid #f4f228; + margin: 10px 0; +}