app/tiny_mce/plugins/pagebreak/css/content.css
author Todd Larsen <tlarsen@google.com>
Fri, 03 Oct 2008 22:17:05 +0000
changeset 269 0f1acc4c3e1e
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Move helpers/request.py to helper/requests.py to avoid conflict with common local variable name "request". Patch by: Todd Larsen Review by: to-be-reviewed

.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../img/pagebreak.gif) no-repeat center top;}