diff options
author | Daniel Jones <admin@danieljon.es> | 2020-01-28 12:38:48 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-01-28 12:38:48 +1030 |
commit | 4607de77dc9b4863df137b3f02100d074cea92c6 (patch) | |
tree | bf60243866d38d7ceb2cb7b88253d47c7a04c7fc | |
parent | 6b4bc9e12796b876599d81c8c4f956d1037b11be (diff) | |
download | websitegenerator-4607de77dc9b4863df137b3f02100d074cea92c6.tar.gz websitegenerator-4607de77dc9b4863df137b3f02100d074cea92c6.zip |
add notes css
-rw-r--r-- | template.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template.txt b/template.txt index 84ad32e..2129d95 100644 --- a/template.txt +++ b/template.txt @@ -34,6 +34,7 @@ div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} .content{} .pinned{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px;} +.notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 100px; max-width: 500px; overflow-y:scroll;} </style> </head> <body> |