Skip to content

Commit

Permalink
CSS: Add class text-left
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent bb56929 commit 20a888d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/icinga/main.less
Expand Up @@ -31,6 +31,10 @@
float: right;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}
Expand Down

0 comments on commit 20a888d

Please sign in to comment.