You are here

heartbeat_2col.css in Heartbeat 7

@CHARSET "UTF-8";

.heartbeat-group-left {
  width: 11%;
  float: left;
}

.heartbeat-group-content {
  float: left;
  width: 89%;
  float: left;
  color: #808080;
}

.heartbeat-group-content .group-footer {
  margin: 6px 0;
}

File

layouts/heartbeat_2col/heartbeat_2col.css
View source
  1. @CHARSET "UTF-8";
  2. .heartbeat-group-left {
  3. width: 11%;
  4. float: left;
  5. }
  6. .heartbeat-group-content {
  7. float: left;
  8. width: 89%;
  9. float: left;
  10. color: #808080;
  11. }
  12. .heartbeat-group-content .group-footer {
  13. margin: 6px 0;
  14. }