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 {
|
#home {
|
||||||
text-align: center;
|
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;
|
background-color: #003189;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
#navbar-body {
|
#navbar-body {
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
background-color: #FFFFFF;
|
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;
|
padding-left: 50px;
|
||||||
|
|
||||||
.main-info {
|
.main-info {
|
||||||
|
|
Loading…
Add table
Reference in a new issue