Update globals.css

This commit is contained in:
Fraenkiman 2023-11-12 20:31:43 +01:00
parent c579b059a3
commit 359b2ef47d

View File

@ -11,8 +11,6 @@ Version: 0.1
Module: globals.css
*/
.alignleft { float: left }
.alignright { float: right }
@ -21,7 +19,7 @@ Module: globals.css
#main ul.msgs, ul.msgs {
margin: 0;
padding: 1em 2em;
list-style-type: none;
list-style-type: none
}
.errors {
@ -50,7 +48,7 @@ Module: globals.css
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #f8e674;
background: #fffdd5;
background: #fffdd5
}