Difference between revisions of "Log.css"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
 
Line 12: Line 12:
 
     margin: 0 !important;
 
     margin: 0 !important;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
     padding: 1em;
+
     padding-left: 1em;
 +
    padding-bottom: 1em;
 
}
 
}

Latest revision as of 15:48, 22 September 2020

p {

   text-indent: 5em;

}

.stage-direction {

font-weight: bold;

}

.text-message {

   background-color: #CCC;
   color: black;
   margin: 0 !important;
   box-sizing: border-box;
   padding-left: 1em;
   padding-bottom: 1em;

}