Files
trestle/includes/admin/editor-style.css
T

36 lines
448 B
CSS
Raw Normal View History

/*
* Trestle editor styles
*
* @since 1.0.0
*
* @package Trestle
*/
@import url( '../../style.css' );
/* Overrides
--------------------------------------------- */
body {
2014-05-08 13:41:17 -07:00
padding: 8px 16px;
background-color: #FFF;
2014-05-08 13:41:17 -07:00
background-image: none;
}
.content {
width: 100%;
font-size: 1.6rem;
2014-01-16 15:29:07 -08:00
}
2014-01-16 17:11:44 -08:00
.content a {
color: #f15123;
}
.content a:hover {
color: #333;
}
2014-01-16 15:29:07 -08:00
.content ul,
.content ol {
margin: 0 0 26px 40px;
margin: 0 0 2.6rem 4rem;
}