Merge pull request #12 from OpenMandrivaSoftware/feature/10-terms-of-services
[#10] Terms of Services
This commit is contained in:
commit
ce18c81ad9
|
@ -23,7 +23,7 @@ a {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hamburg Menu
|
* Hamburg Menu
|
||||||
* When the class of 'hamburg' is applied to the body tag of the document,
|
* When the class of 'hamburg' is applied to the body tag of the document,
|
||||||
* the sidebar changes it's style to attempt to mimic a menu on a phone app,
|
* the sidebar changes it's style to attempt to mimic a menu on a phone app,
|
||||||
* where the content is overlaying the content, rather than push it.
|
* where the content is overlaying the content, rather than push it.
|
||||||
*/
|
*/
|
||||||
|
@ -362,7 +362,6 @@ ul.sidebar .sidebar-list .menu-icon {
|
||||||
}
|
}
|
||||||
.sidebar-footer {
|
.sidebar-footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 40px;
|
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -546,4 +545,4 @@ table {
|
||||||
}
|
}
|
||||||
.no-indent {
|
.no-indent {
|
||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,4 +4,6 @@
|
||||||
.col-xs-4
|
.col-xs-4
|
||||||
= link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url')
|
= link_to t('bottom_menu.contacts'), t('bottom_menu.contacts_url')
|
||||||
.col-xs-4
|
.col-xs-4
|
||||||
= link_to t('bottom_menu.support'), contact_url
|
= link_to t('bottom_menu.support'), contact_url
|
||||||
|
.col-xs-12
|
||||||
|
= link_to t('bottom_menu.tos'), 'https://www.openmandriva.org/tos'
|
||||||
|
|
Loading…
Reference in New Issue