Conversation
Notices
-
159c164,165
< background-color: #000000c4;
---
> background-color: #5b745e; /* (2022, not so dark w very subtle hint of the green, removed transparency) */
> text-align: center; /* (2022, proper centering)*/
186d191
< width:960px;
243c248
< box-shadow:0 1px 2px rgba(0, 0, 0, 0.25)
---
> box-shadow:0 1px 3px rgba(0, 0, 0, 0.25); /* 2022, smoother */
247,249c252
< border-top: 0 none;
< border-left: 0 none;
< border-right: 0 none;
---
> border: none; /* (2022, simplified to one line) */
258a262
> position:static; /* (2022, proper centering) */
264a269
> position:static; /* (2022, proper centering) */
267d271
< right: 555px !important;
270a275,276
> position:static; /* (2022, proper centering) */
> margin: 12px 15px 20px 0px; /* '' */
272,274c278,280
< background-color: white;
< left: 786px;
< top: 12px;
---
> background-color: #fffd;
> border-radius: 5px;
> text-align: left;