diff options
author | Michele Calgaro <[email protected]> | 2023-04-22 15:14:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-24 20:50:41 +0900 |
commit | bc1ed41599c64e3767edaf8b8dcedfa3036d1350 (patch) | |
tree | 3bd4e7f77bbb359172d955aa9b3f293b6b738df7 /mainstyle.css | |
parent | 2f93a1e3d0e78d996ecc1bb750cc5370f29b5417 (diff) | |
download | website-core-bc1ed41599c64e3767edaf8b8dcedfa3036d1350.tar.gz website-core-bc1ed41599c64e3767edaf8b8dcedfa3036d1350.zip |
Revamp screenshot page and add horizontal file before the page footer.
Code inspired by https://www.w3schools.com/howto/howto_js_slideshow.asp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'mainstyle.css')
-rw-r--r-- | mainstyle.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainstyle.css b/mainstyle.css index 946044e..8501b84 100644 --- a/mainstyle.css +++ b/mainstyle.css @@ -1,3 +1,5 @@ +hr.footer {border-top: 0px solid black;} + BODY {background-color:white; /*font-family:"Times New Roman", "Libre Serif", serif; font-size:12pt;*/ /*font-family:"Arial", "Libre Sans", sans-serif; font-size:10pt;*/ |