Skip to content

Commit

Permalink
CSS: Fix a.button style
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 48df6ad commit ea36da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/main.less
Expand Up @@ -100,10 +100,10 @@ table.listing-table {

a.button {
.button();
display: block;
display: inline-block;
height: 35px;
line-height: 20px;
width: 175px;
min-width: 175px;

&:hover {
text-decoration: none;
Expand Down

0 comments on commit ea36da6

Please sign in to comment.