mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Bug fixes
This commit is contained in:
parent
6246ff2933
commit
605a04a32f
@ -185,7 +185,7 @@ return array(
|
||||
'users' => 'Users',
|
||||
'localization' => 'Localization',
|
||||
'remove_logo' => 'Remove logo',
|
||||
'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended height: 120px',
|
||||
'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended size: 200px width by 120px height',
|
||||
'payment_gateway' => 'Payment Gateway',
|
||||
'gateway_id' => 'Provider',
|
||||
'email_notifications' => 'Email Notifications',
|
||||
|
@ -197,7 +197,7 @@
|
||||
<div class="row2">
|
||||
<a href="https://github.com/hillelcoren/invoice-ninja" target="_blank"><img src="{{ asset('images/hex-github.png') }}"></a>
|
||||
<a href="https://www.pinterest.com/invoiceninja" target="_blank"><img src="{{ asset('images/hex-pinterest.png') }}"></a>
|
||||
<a href="http://blog.invoiceninja.com/feed/rss2" target="_blank"><img src="{{ asset('images/hex-rss.png') }}"></a>
|
||||
<a href="http://feeds.feedburner.com/invoiceninja" target="_blank"><img src="{{ asset('images/hex-rss.png') }}"></a>
|
||||
</div>
|
||||
</div>
|
||||
<!--<h3><span class="glyphicon glyphicon-envelope"></span>Join Our Free Newsletter</h3>-->
|
||||
|
@ -20,6 +20,7 @@ body {
|
||||
font-family: Roboto, sans-serif;
|
||||
line-height: 1.6;
|
||||
background-color: #fff;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.center-block {
|
||||
margin: 0 auto!;
|
||||
@ -254,7 +255,6 @@ section.features4 {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
section.features.upper-footer {
|
||||
background-color: #fad129;
|
||||
padding: 40px 0;
|
||||
@ -751,6 +751,7 @@ footer.footer form#mad_mimi_signup_form input {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
section.features, section.blue, section, section.secure, section.about, section.team, section.contact {
|
||||
padding: 40px 0;
|
||||
margin: 0 !important;
|
||||
@ -782,7 +783,6 @@ padding: 20px 0 0 0;
|
||||
section.features-splash {
|
||||
margin-top: -20px !important;
|
||||
}
|
||||
|
||||
section.features .col-md-7 img{
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user