You are here

context.css in Chaos Tool Suite (ctools) 6

Same filename and directory in other branches
  1. 7 css/context.css
.ctools-context-holder .ctools-context-title {
  float: left;
  width: 49%;
  font-style: italic;
}

.ctools-context-holder .ctools-context-content {
  float: right;
  width: 49%;
}

File

css/context.css
View source
  1. .ctools-context-holder .ctools-context-title {
  2. float: left;
  3. width: 49%;
  4. font-style: italic;
  5. }
  6. .ctools-context-holder .ctools-context-content {
  7. float: right;
  8. width: 49%;
  9. }