entity_embed.css in Entity Embed 7
Same filename and directory in other branches
Generic theme-independent base styles.
File
css/entity_embed.cssView source
- /**
- * @file
- * Generic theme-independent base styles.
- */
-
- /**
- * Text alignment classes.
- */
- .text-align-left {
- text-align: left;
- }
- .text-align-right {
- text-align: right;
- }
- .text-align-center {
- text-align: center;
- }
- .text-align-justify {
- text-align: justify;
- }
-
- /**
- * Alignment classes (images, videos, blockquotes …).
- */
- .align-left {
- float: left;
- }
- .align-right {
- float: right;
- }
- .align-center {
- text-align: center;
- }