Browse Source

Add missing colons

pull/2/head
Nguyen Yustar 8 years ago
parent
commit
59139d96a4
13 changed files with 13 additions and 13 deletions
  1. +1
    -1
      src/basic-table.html
  2. +1
    -1
      src/calendar.html
  3. +1
    -1
      src/charts.html
  4. +1
    -1
      src/chat.html
  5. +1
    -1
      src/compose.html
  6. +1
    -1
      src/datatable.html
  7. +1
    -1
      src/email.html
  8. +1
    -1
      src/forms.html
  9. +1
    -1
      src/google-maps.html
  10. +1
    -1
      src/signin.html
  11. +1
    -1
      src/signup.html
  12. +1
    -1
      src/ui.html
  13. +1
    -1
      src/vector-maps.html

+ 1
- 1
src/basic-table.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/calendar.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/charts.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/chat.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/compose.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/datatable.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/email.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/forms.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/google-maps.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/signin.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/signup.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/ui.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


+ 1
- 1
src/vector-maps.html View File

@ -11,7 +11,7 @@
height: 100vh;
width: 100%;
background: #fff;
z-index 90000;
z-index: 90000;
}
#loader.fadeOut {


Loading…
Cancel
Save