Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anchor-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tetras-libre
anchor-theme
Commits
baa6989d
Verified
Commit
baa6989d
authored
7 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
small adjustement for perfect responsive mode
parent
e5da64dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/reset.css
+1
-0
1 addition, 0 deletions
css/reset.css
css/style.css
+6
-1
6 additions, 1 deletion
css/style.css
footer.php
+15
-17
15 additions, 17 deletions
footer.php
with
22 additions
and
18 deletions
css/reset.css
+
1
−
0
View file @
baa6989d
...
...
@@ -181,6 +181,7 @@ img.picture{
}
footer
#bottom
{
font-size
:
medium
;
margin
:
0
20px
;
}
.navigation
{
...
...
This diff is collapsed.
Click to expand it.
css/style.css
+
6
−
1
View file @
baa6989d
...
...
@@ -39,6 +39,7 @@ h2{
#top
ul
{
list-style
:
none
;
float
:
right
;
margin-top
:
20px
;
}
#top
ul
li
{
float
:
left
;
...
...
@@ -283,7 +284,7 @@ ul.commentlist {
}
#bottom
li
{
float
:
left
;
padding
-left
:
35px
;
padding
:
0
35px
20px
0
;
font-size
:
14px
;
}
...
...
@@ -309,3 +310,7 @@ ul.commentlist {
.navbar-form
{
border
:
none
;
}
.navbar-collapse.in
{
overflow-y
:
visible
;
}
This diff is collapsed.
Click to expand it.
footer.php
+
15
−
17
View file @
baa6989d
<div
class=
"main-wrap"
>
<footer
id=
"bottom"
>
<section
class=
"content wrap"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sd-12"
>
<?php
echo
html_meta
(
'contact'
);
?>
...
...
@@ -17,7 +16,6 @@
<?php
echo
html_meta
(
'w3c'
);
?>
</div>
</div>
</section>
</footer>
</div>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment