Skip to content

Commit

Permalink
Bootstrap and menu left padding updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Trystan committed Dec 24, 2012
1 parent cc02864 commit ff2c420
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Modules/energygroup
Modules/raspberrypi
Modules/site
Modules/command
Modules/sap
4 changes: 2 additions & 2 deletions Lib/bootstrap/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Lib/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file modified Lib/bootstrap/img/glyphicons-halflings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Lib/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion Theme/basic/menu_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@

?>

<ul class="nav">
<style>
#mainnav li:first-child a
{
padding-left: 0px;
}
</style>

<ul id="mainnav" class="nav" style="padding-left: 0px;">

<?php

Expand Down
4 changes: 2 additions & 2 deletions Theme/basic/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Thanks to Baptiste Gaultier for the emoncms dial icon http://bit.ly/zXgScz -->
<link rel="shortcut icon" href="<?php echo $path; ?>Theme/basic/favicon.png" />
<link href="<?php print $GLOBALS['path']; ?>Lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="<?php print $GLOBALS['path']; ?>Lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" type="text/css" href="<?php echo $path; ?>Theme/basic/style.css" />

<!-- APPLE TWEAKS - thanks to Paul Dreed -->
Expand All @@ -36,7 +36,7 @@
*------------------------------------------------------
*/
?>
<div class="navbar navbar-fixed-top">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<?php if (!isset($runmenu)) $runmenu = '';
Expand Down

0 comments on commit ff2c420

Please sign in to comment.