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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tetras-libre
anchor-theme
Commits
b0a2ebca
Verified
Commit
b0a2ebca
authored
Sep 9, 2016
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
theme updated
parent
204a1b4f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/style.css
+1
-1
1 addition, 1 deletion
css/style.css
footer.php
+18
-20
18 additions, 20 deletions
footer.php
with
19 additions
and
21 deletions
css/style.css
+
1
−
1
View file @
b0a2ebca
...
...
@@ -317,7 +317,7 @@ ul.commentlist {
* Footer
*/
#bottom
{
padding
:
3
0px
0
40
px
;
padding
:
2
0px
35
px
;
border-top
:
1px
solid
rgba
(
22
,
54
,
36
,
.1
);
}
#bottom
ul
{
...
...
This diff is collapsed.
Click to expand it.
footer.php
+
18
−
20
View file @
b0a2ebca
<div
class=
"wrap"
>
<div
class=
"
main-
wrap"
>
<footer
id=
"bottom"
>
<small>
©
<?php
echo
date
(
'Y'
);
?>
<?php
echo
site_name
();
?>
.
<br/>
Sauf mention contraire, tout le contenu de ce site est plac
é
sous licence creative common CC-BY-SA.
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by-sa/4.0/"
><img
alt=
"Creative Commons License"
style=
"border-width:0"
src=
"https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
/></a></small>
<ul
role=
"navigation"
>
<li><a
href=
"
<?php
echo
rss_url
();
?>
"
>
RSS
</a></li>
<?php
if
(
twitter_account
())
:
?>
...
...
@@ -17,8 +10,13 @@
<li><a
href=
"
<?php
echo
base_url
();
?>
"
title=
"Retour à l'accueil."
>
Accueil
</a></li>
</ul>
<small>
<a
rel=
"license"
href=
"http://creativecommons.org/licenses/by-sa/4.0/"
><img
alt=
"Creative Commons License"
style=
"border-width:0"
src=
"https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
/></a>
<?php
echo
date
(
'Y'
);
?>
<?php
echo
site_name
();
?>
.
<br/>
Sauf mention contraire, tout le contenu de ce site est plac
é
sous licence creative common CC-BY-SA.
</small>
</footer>
</div>
</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