Skip to content

Commit ce84b1d

Browse files
committed
nicer effect on the slide out menus
1 parent 82aacd2 commit ce84b1d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

bootstrap/css/default/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ Theme Name: multiloquent
33
Theme URI: http://jonathansblog.co.uk/multiloquent
44
Author: Jonathan
55
Author URI: http://jonathansblog.co.uk
6-
Description: multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images
7-
Version: 6.4.0
86
License: GNU General Public License v2 or later
97
License URI: http://www.gnu.org/licenses/gpl-2.0.html
10-
Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats
11-
Text Domain: multiloquent
128
This theme, like WordPress, is licensed under the GPL.
139
the theme uses bootstrap: http://getbootstrap.com v3.0.4 - Apache-20 Licence http://www.apache.org/licenses/LICENSE-2.0
1410
the theme uses font-awesome: http://fontawesome.io - SiL Open Font Licence http://scripts.sil.org/OFL
@@ -1606,4 +1602,10 @@ body.rtl .sharing li {
16061602
margin: 0;
16071603
white-space: nowrap;
16081604
overflow: hidden;
1605+
}
1606+
1607+
.holder{
1608+
width:100%;
1609+
position:relative;
1610+
overflow:hidden;
16091611
}

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
?>
2020
</head>
2121
<body <?php body_class();?>>
22-
<div style="position:relative;">
22+
<div class="holder">
2323
<div class="wrapper">
2424

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,3 +1580,9 @@ body.rtl .sharing li {
15801580
white-space: nowrap;
15811581
overflow: hidden;
15821582
}
1583+
1584+
.holder{
1585+
width:100%;
1586+
position:relative;
1587+
overflow:hidden;
1588+
}

0 commit comments

Comments
 (0)