diff --git a/.gitattributes b/.gitattributes index 79a4fb2..8b13789 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -index.html export-ignore + diff --git a/README.md b/README.md index e9a2b54..870134b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ jSide Menu is a well designed, simple and clean side navigation menu with dropdowns. [![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/) -[![Dependency Status](https://david-dm.org/boennemann/badges.svg)](https://david-dm.org/boennemann/badges) [![Code Climate](https://codeclimate.com/github/boennemann/badges.svg)](https://codeclimate.com/github/boennemann/badges) Browse: [Live Demo & Using Guide](https://codehimblog.github.io/jquery-jside-menu/) @@ -19,7 +18,7 @@ Browse: [Live Demo & Using Guide](https://codehimblog.github.io/jquery-jside-men * User Friendly and Easy to Implement. ## jSide Preview - + ## Author Asif Mughal
diff --git a/css/jside-menu.css b/css/jside-menu.css index b83e3d2..fd7eaa5 100644 --- a/css/jside-menu.css +++ b/css/jside-menu.css @@ -16,7 +16,7 @@ font-family: 'Questrial', sans-serif; font-weight: 300; font-size: 14px; - font-smoothing: antialiased; + font-smooth: antialiased; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; --skin: #2a2a2e; @@ -28,7 +28,9 @@ --skin-hover: #ddd; --skin-color: #232323; } - +.menu-body.visibility{ + visibility: hidden; +} .menubar{ width: 100%; height: 48px; @@ -190,7 +192,7 @@ -webkit-opacity: 1; } } --webkit-@keyframes fadeIn{ +@-webkit-keyframes fadeIn{ from{ opacity: 0; -webkit-opacity: 0; diff --git a/img/preview.jpg b/img/preview.jpg new file mode 100644 index 0000000..6e554f4 Binary files /dev/null and b/img/preview.jpg differ diff --git a/img/temp b/img/temp deleted file mode 100644 index 8b13789..0000000 --- a/img/temp +++ /dev/null @@ -1 +0,0 @@ - diff --git a/index.html b/index.html index e05e34e..173a399 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ Codestin Search App - + + @@ -29,6 +30,7 @@ jSide Menu +