From bfb8cd262050dfe35a13a93a26b8c24106bee63a Mon Sep 17 00:00:00 2001 From: chsakell Date: Wed, 5 Oct 2016 10:21:06 +0300 Subject: [PATCH] navbar added --- Views/Home/Index.cshtml | 24 ++++++++++++++++++++++ app/shared/components/chat.component.html | 4 ++-- app/shared/components/match.component.html | 4 ++-- wwwroot/css/site.css | 8 ++++++-- 4 files changed, 34 insertions(+), 6 deletions(-) diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index a737f03..cef4737 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -25,6 +25,30 @@ +
Loading...
diff --git a/app/shared/components/chat.component.html b/app/shared/components/chat.component.html index e0f5e86..0480f3c 100644 --- a/app/shared/components/chat.component.html +++ b/app/shared/components/chat.component.html @@ -1,8 +1,8 @@ - - + + diff --git a/app/shared/components/match.component.html b/app/shared/components/match.component.html index 48fbcbd..2d03851 100644 --- a/app/shared/components/match.component.html +++ b/app/shared/components/match.component.html @@ -1,8 +1,8 @@
IDMatchIDMatch
- - + + diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 6c11274..b110977 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -1,10 +1,10 @@ body { - background-color: #f5f5f5; + background-color: #1d3346; } .box { height: 50px; - background-color: #337ab7; + /*background-color: #286090;*/ margin:5px; padding: 10px; text-align: center; @@ -19,6 +19,10 @@ body { color:ghostwhite; } +.match-th { + color:#a94442; +} + th, td { text-align: center; }
TeamScoreTeamScore