1
0
Fork 0
forked from 0x2620/oxjs

updates for html parsing, request handling, and editable elements

This commit is contained in:
rlx 2011-10-27 18:50:23 +00:00
commit 62f8a907ea
6 changed files with 153 additions and 69 deletions

View file

@ -14,6 +14,9 @@ a:hover {
text-decoration: underline;
cursor: pointer;
}
blockquote {
margin: 0 1.5em 0 1.5em;
}
body {
margin: 0;
overflow: hidden;
@ -30,11 +33,26 @@ div, input, textarea {
font-family: Lucida Grande, Segoe UI, DejaVu Sans, Arial;
font-size: 11px;
}
h1 {
margin: 0;
font-size: 16px;
font-weight: normal;
}
img {
-moz-user-drag: none;
-o-user-drag: none;
-webkit-user-drag: none;
}
ol, ul {
padding-left: 1.5em;
margin: 0;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
td {
padding: 0;
}