You are here

link.css in Link 6.2

Same filename and directory in other branches
  1. 5 link.css
  2. 6 link.css
div.link-field-column {
  float: left;
  width: 48%;
}

div.link-field-column .form-text {
  width: 95%;
}

File

link.css
View source
  1. div.link-field-column {
  2. float: left;
  3. width: 48%;
  4. }
  5. div.link-field-column .form-text {
  6. width: 95%;
  7. }