X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/stylesheets/nitweb.css b/share/nitweb/stylesheets/nitweb.css index 2d38457..941b5a4 100644 --- a/share/nitweb/stylesheets/nitweb.css +++ b/share/nitweb/stylesheets/nitweb.css @@ -77,6 +77,9 @@ a { /* ui */ +.btn-bar { margin-top: -5px; float: right } +.btn-bar .btn { padding: 5px 10px; } + entity-list .btn-filter { visibility: hidden; } @@ -206,6 +209,14 @@ entity-list:hover .btn-filter { margin-bottom: 0px; } /* + * Users + */ + +.avatar { + border-radius: 2px; +} + +/* * Code Highlighting */