Skip to content

Commit

Permalink
CSS adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaklan committed Jul 14, 2017
1 parent abd145f commit 78b1ea8
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions less/main.less
Expand Up @@ -16,28 +16,27 @@
width: 100% !important;
}

#contentDiv {
.categorie {
background-color: #337ab7;
border: 1px solid #337ab7;
font-weight: bold;
padding: 0.5em;
box-shadow: 1px 1px 6px #555;
color: white;
.categorie {
background-color: #337ab7;
border: 1px solid #337ab7;
font-weight: bold;
padding: 0.5em;
box-shadow: 1px 1px 6px #555;
color: white;

a:not(.btn) {
color: white;
}
a:not(.btn) {
color: white;
}
}

#contentDiv {
.topics {
border: 1px solid #337ab7;
box-shadow: 1px 1px 6px #555;

.topics {
border: 1px solid #337ab7;
box-shadow: 1px 1px 6px #555;

.table {
margin-bottom: 0px;
.table {
margin-bottom: 0px;
}
}
}

Expand Down

0 comments on commit 78b1ea8

Please sign in to comment.