/* $Id: node.css,v 1.1.2.1 2010/05/14 23:47:43 dvessel Exp $ */

.node {
  margin-bottom: 3em;
}
.node .user-picture {
  float: left; /* LTR */
  margin-left: 0; /* LTR */
  margin-right: 1em; /* LTR */
  margin-bottom: .5em;
}

td.revision-current {
  background: #ffc;
}
.revision-log {
  margin-bottom: 0;
}

.node-form {
  clear: both;
}
.node-form .form-text,
.node-form textarea {
  display: block;
  width: 99%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form #edit-book-weight-wrapper {
  margin-bottom: 0;
}
