This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414}
1515
1616/*
17- responsive menu style
17+ responsive menu
1818*/
1919.nav .click {
2020 cursor : pointer;
3434}
3535
3636.nav .responsive { display : none; }
37- .nav .expand { display : block !important ; }
37+ .nav .expand-responsive { display : block !important ; }
3838
3939/*
4040 sidebar
@@ -113,7 +113,7 @@ body {
113113 top : 0 ;
114114 }
115115
116- .content {
116+ .wrapping {
117117 margin-left : 230px ;
118118 }
119119
File renamed without changes.
Original file line number Diff line number Diff line change 88 < title > CSS UI - Responsive menu</ title >
99
1010 <!-- CSS styles -->
11- < link rel ="stylesheet " href ="css/style.sidebar .css ">
11+ < link rel ="stylesheet " href ="css/style.responsive .css ">
1212<!-- <link rel="stylesheet" href="css/style.sidebar.dark.css">-->
1313
1414</ head >
7575 </ div >
7676
7777 <!-- content -->
78- < div class ="content "> </ div >
78+ < div class ="wrapping "> </ div >
7979
8080 <!-- javascript libraries and plugins -->
8181 < script src ="js/jquery.min.js "> </ script >
Original file line number Diff line number Diff line change 44 */
55$ ( function ( ) {
66 $ ( '.nav .click' ) . click ( function ( ) {
7- $ ( '.nav .responsive' ) . toggleClass ( 'expand' ) ;
7+ $ ( '.nav .responsive' ) . toggleClass ( 'expand-responsive ' ) ;
88 } ) ;
99} ) ;
You can’t perform that action at this time.
0 commit comments