Commas are followed by a space
This commit is contained in:
parent
4f0de677ab
commit
4b575bd386
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#home {
|
||||
text-align: center;
|
||||
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5);
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
|
||||
background-color: #003189;
|
||||
height: 60px;
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
|||
#navbar-body {
|
||||
min-height: 60px;
|
||||
background-color: #FFFFFF;
|
||||
box-shadow: 0 1px 2px 0 rgba(50,50,50,0.5);
|
||||
box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.5);
|
||||
padding-left: 50px;
|
||||
|
||||
.main-info {
|
||||
|
|
Loading…
Add table
Reference in a new issue