fix margin typo on output prompt

This commit is contained in:
MinRK 2012-06-14 11:45:01 -07:00
parent 15689fb664
commit fa55ba2b43

View File

@ -208,7 +208,7 @@ div.out_prompt_overlay:hover {
div.output_prompt {
color: darkred;
/* 5px right shift to account for margin in parent container */
margin-left: 0 5px 0 -5px;
margin: 0 5px 0 -5px;
}
/* This class is the outer container of all output sections. */