ldapsaisie/src/css/default/showSupportInfo.css
2023-01-09 19:32:06 +01:00

14 lines
238 B
CSS

#showSupportInfo pre {
margin-left: 1em;
color: #111;
text-align: left;
background-color: #eee;
width: 80%;
white-space: pre-wrap;
margin: auto;
margin-top: 3em;
padding: 0.5em;
border-radius: 1em;
border: 1px solid #ccc;
}