<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Base stylesheet for the Poll module.
 */

.poll {
  overflow: hidden;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  float: left; /* LTR */
  height: 1em;
  background-color: #000;
}

.poll .vote-form .form-type-radio &gt; input.form-radio,
.poll .vote-form .form-type-radio &gt; label {
  display: inline-block;
  vertical-align: middle;
}
</pre></body></html>