Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 296414

Remove the views-align-* CSS classes

$
0
0

Problem/Motivation

views.module.css includes the following rules:

/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}

system.align.css has the following:

.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.text-align-justify {
  text-align: justify;
}

Spot the difference.

Steps to reproduce

Proposed resolution

Use the core classes instead.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 296414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>