Compare commits

..

2 commits

Author SHA1 Message Date
root
658dbbb9aa changed blue to orange in footer 2023-06-15 22:04:04 +02:00
root
41bd5e8c97 main div more wide 2023-06-15 22:03:08 +02:00

View file

@ -161,8 +161,8 @@ h6 { font-size: 0.9em }
#main { #main {
float:right; float:right;
position: relative; position: relative;
width: 67% !important; width: 70% !important;
width: 65%; width: 70%;
font-size: 100%; font-size: 100%;
margin: 0 0.5em 0 1.2em; margin: 0 0.5em 0 1.2em;
} }
@ -270,5 +270,6 @@ ol li, ul li { padding-bottom: 0.9em }
clear: both; clear: both;
font-size: 80%; font-size: 80%;
padding: 8px; padding: 8px;
border-top: #315A94 2px solid /*border-top: #315A94 2px solid*/
border-top: #f6b26b 2px solid
} }