Skip to content

Commit

Permalink
Minor improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed May 18, 2016
1 parent 132f0e4 commit 2a26016
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions assets/rapidoid/rapidoid-extras.css
Expand Up @@ -250,9 +250,7 @@ i.btn-close:hover {

.eg_title {
padding: 2px 5px !important;
background: #DDD !important;
font-size: 13px !important;
color: #333 !important;
font-weight: bold;
}

Expand Down
Expand Up @@ -1272,9 +1272,7 @@ i.btn-close:hover {

.eg_title {
padding: 2px 5px !important;
background: #DDD !important;
font-size: 13px !important;
color: #333 !important;
font-weight: bold;
}

Expand Down
Expand Up @@ -30,7 +30,7 @@
public class Main extends RapidoidThing {

public static void main(String[] args) {
Rapidoid.run(args);
Rapidoid.run(args).full();
}

}

0 comments on commit 2a26016

Please sign in to comment.