diff --git a/demo/css/style.css b/demo/css/style.css index d93fc64..211fc10 100644 --- a/demo/css/style.css +++ b/demo/css/style.css @@ -2,11 +2,18 @@ body { padding-top: 50px; padding-bottom: 20px; } -.navbar-brand-title{ +.thumbnail { + width: 200px; +} +.navbar-brand-title { float: left; padding: 15px; height: 50px; line-height: 20px; font-size: large; color: #ffffff; +} +.navbar-brand-title:hover { + color: lightgray; + text-decoration: none; } \ No newline at end of file