Difference between revisions of "Template:Jim/CSS"

From From The Ashes Wiki
Jump to: navigation, search
Line 27: Line 27:
 
.jim-body .chat .header div { padding: 10px; }
 
.jim-body .chat .header div { padding: 10px; }
 
.jim-body .chat .body { padding: 10px; }
 
.jim-body .chat .body { padding: 10px; }
.jim-body .main { flex-grow: 1; display: flex; flex-direction: column; background-color: #ffffff; color: #000000; }
+
.jim-body .main { width: 75%; display: flex; flex-direction: column; background-color: #ffffff; color: #000000; }
 
.jim-body .main .header { height: 40px; width: 100%; display: flex; flex-direction: row;  border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .header { height: 40px; width: 100%; display: flex; flex-direction: row;  border-bottom: solid 1px #aaaaaa; }
 
.jim-body .main .header div { padding: 10px; }
 
.jim-body .main .header div { padding: 10px; }

Revision as of 17:27, 1 April 2018

This page is here for Jim's pages to share the same CSS.