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
e5da64dd
Verified
Commit
e5da64dd
authored
7 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Cleaner head and foot
parent
137635a6
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/style.css
+2
-1
2 additions, 1 deletion
css/style.css
footer.php
+17
-15
17 additions, 15 deletions
footer.php
header.php
+9
-3
9 additions, 3 deletions
header.php
with
28 additions
and
19 deletions
css/style.css
+
2
−
1
View file @
e5da64dd
...
@@ -20,7 +20,7 @@ h2{
...
@@ -20,7 +20,7 @@ h2{
#top
{
#top
{
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
20px
35px
;
padding
:
20px
35px
;
margin
:
20px
;
background
:
#fff
;
background
:
#fff
;
border-bottom
:
1px
solid
rgba
(
22
,
54
,
36
,
.1
);
border-bottom
:
1px
solid
rgba
(
22
,
54
,
36
,
.1
);
}
}
...
@@ -304,6 +304,7 @@ ul.commentlist {
...
@@ -304,6 +304,7 @@ ul.commentlist {
.navbar-default
.navbar-collapse
,
.navbar-default
{
.navbar-default
.navbar-collapse
,
.navbar-default
{
margin-top
:
15px
;
margin-top
:
15px
;
border
:
none
;
}
}
.navbar-form
{
.navbar-form
{
border
:
none
;
border
:
none
;
...
...
This diff is collapsed.
Click to expand it.
footer.php
+
17
−
15
View file @
e5da64dd
<div
class=
"main-wrap"
>
<div
class=
"main-wrap"
>
<footer
id=
"bottom"
>
<footer
id=
"bottom"
>
<section
class=
"content wrap"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sd-12"
>
<div
class=
"col-md-6 col-sd-12"
>
<?php
echo
html_meta
(
'contact'
);
?>
<?php
echo
html_meta
(
'contact'
);
?>
...
@@ -16,6 +17,7 @@
...
@@ -16,6 +17,7 @@
<?php
echo
html_meta
(
'w3c'
);
?>
<?php
echo
html_meta
(
'w3c'
);
?>
</div>
</div>
</div>
</div>
</section>
</footer>
</footer>
</div>
</div>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
header.php
+
9
−
3
View file @
e5da64dd
...
@@ -50,13 +50,19 @@
...
@@ -50,13 +50,19 @@
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
<a
id=
"logo"
Href=
"
<?php
echo
base_url
();
?>
"
>
<img
style=
"height:150px;min-width:130px;"
src=
"
<?php
echo
theme_url
(
'img/logo.svg'
);
?>
"
alt=
"
<?php
echo
site_name
();
?>
"
>
<span>
<?php
echo
site_description
();
?>
</span>
</a>
</div>
<div>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
<button
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</button>
<a
id=
"logo"
Href=
"
<?php
echo
base_url
();
?>
"
><img
style=
"height:150px"
src=
"
<?php
echo
theme_url
(
'img/logo.svg'
);
?>
"
alt=
"
<?php
echo
site_name
();
?>
"
>
<?php
echo
site_description
();
?>
</a>
</div>
</div>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<div
class=
"collapse navbar-collapse"
id=
"bs-example-navbar-collapse-1"
>
<ul
class=
"nav navbar-nav"
>
<ul
class=
"nav navbar-nav"
>
...
...
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