Skip to content

Commit

Permalink
[Fixed JENKINS-13266] Fixed fluid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tombevers committed Apr 3, 2012
1 parent 7a4e2db commit c6586ab
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions war/src/main/webapp/less/jenkins.less
Expand Up @@ -46,28 +46,35 @@
@import "bootstrap/bootstrap.less";

// Override bootstrap

body {
/** For the fluid twitter bootstrap layout **/
padding-top: 60px;
padding-bottom: 40px;
}

a {
text-decoration: underline;
text-decoration: underline;
}

a:hover {
color: @linkColorHover;
text-decoration: none;
color: @linkColorHover;
text-decoration: none;
}

a:visited {
color: @linkColorHover;
color: @linkColorHover;
}

.navbar, .container-fluid {
min-width: 768px;
}

.navbar a, a.btn, .btn a {
text-decoration: none;
text-decoration: none;
}

.navbar-inner {
border-bottom: 4px @jenkinsRed solid;
border-bottom: 4px @jenkinsRed solid;
}

.navbar .brand {
Expand All @@ -87,8 +94,9 @@ a:visited {
.jenkinsHeading() {
color: @jenkinsRed;
}

h1, h2, h3, h4, h5, h6 {
.jenkinsHeading();
.jenkinsHeading();
}

// Import Jenkins rules
Expand Down

0 comments on commit c6586ab

Please sign in to comment.