Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
MetaGer
Commits
f221b12c
Commit
f221b12c
authored
Nov 30, 2016
by
Dominik Hebeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Visited Links im "Über uns" Bereich auf der Startseite bleiben nun blau.
parent
c8e04bdc
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7757 deletions
+7
-7757
public/css/themes/default.css
public/css/themes/default.css
+1
-7755
resources/assets/less/metager/metager.less
resources/assets/less/metager/metager.less
+2
-1
resources/assets/less/metager/start-page.less
resources/assets/less/metager/start-page.less
+3
-0
resources/views/index.blade.php
resources/views/index.blade.php
+1
-1
No files found.
public/css/themes/default.css
View file @
f221b12c
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/metager.less
View file @
f221b12c
@import "./base.less";
@import "./static-pages.less";
@import "./result-page.less";
@import "./quicktips.less";
\ No newline at end of file
@import "./quicktips.less";
@import "./start-page.less";
\ No newline at end of file
resources/assets/less/metager/start-page.less
0 → 100644
View file @
f221b12c
#about-us a:visited {
color: @link-color;
}
\ No newline at end of file
resources/views/index.blade.php
View file @
f221b12c
...
...
@@ -241,7 +241,7 @@
</
li
>
</
ul
>
</
div
>
<
div
class
=
"col-sm-6"
>
<
div
id
=
"about-us"
class
=
"col-sm-6"
>
<
h2
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
about
") }}"
>
{{
trans
(
'index.about.title'
)
}}
</
a
>
</
h2
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment