Skip to content

Commit

Permalink
Minor CSS fix on the top level menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Mar 19, 2023
1 parent 0fc8088 commit 6a050e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions awa/web/css/awa.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ header {
height: 100%;
position: absolute;
}
.awa-menu {
list-style-type: none;
}
.awa-menu li {
float: left;
border-bottom: none;
Expand All @@ -127,6 +130,7 @@ header {
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}
.awa-menu a:hover{
background-color: #666;
Expand Down

0 comments on commit 6a050e1

Please sign in to comment.