Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit e502c4a

Browse files
committed
Better paddings in header
1 parent c8f72d9 commit e502c4a

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

module/Application/view/layout/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<?php $identity = $this->zfcUserIdentity(); ?>
4848
<li class="dropdown">
4949
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
50-
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" style="width:23px;height:23px;">
50+
<img src="<?php echo $this->escapeHtmlAttr($identity->getPhotoUrl()); ?>" alt="<?php echo $this->escapeHtmlAttr($this->zfcUserDisplayName()); ?>" width="18px" height="18px">
5151
<span class="caret"></span>
5252
</a>
5353
<ul class="dropdown-menu" role="menu">

public/css/style.css

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body {
2-
padding-top: 70px;
2+
padding-top: 71px;
33
padding-bottom: 40px;
44
background: url('../img/light_wool.png') repeat;
55
}
@@ -45,9 +45,10 @@ div.container a.brand {
4545
padding: 5px;
4646
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4747
margin-top: -20px;
48-
padding-top: 75px;
4948
}
5049

50+
.landing-intro
51+
5152
.attentionimage {
5253
height: 238px;
5354
}
@@ -144,18 +145,14 @@ div.container a.brand {
144145
.small-header p {
145146
font-size:3em;
146147
font-style:italic;
147-
margin-top:20px;
148-
}
149-
150-
.small-header {
151-
padding-top:60px;
148+
margin:0;
152149
}
153150

154151
/* Revisited Styles */
155152

156153
.fork-me-ribbon a {
157154
position: absolute;
158-
top: 50px;
155+
top: 51px;
159156
right: 0;
160157
border: 0;
161158
width: 149px;

0 commit comments

Comments
 (0)