Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
04bb7815
Commit
04bb7815
authored
Jan 08, 2016
by
Vanesssa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: src/main/webapp/skins/yilia/css/yilia.css
modified: src/main/webapp/skins/yilia/side.ftl
parent
2a81867f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/main/webapp/skins/yilia/css/yilia.css
src/main/webapp/skins/yilia/css/yilia.css
+4
-2
src/main/webapp/skins/yilia/side.ftl
src/main/webapp/skins/yilia/side.ftl
+3
-0
No files found.
src/main/webapp/skins/yilia/css/yilia.css
View file @
04bb7815
...
@@ -477,8 +477,10 @@ pre code, pre tt {
...
@@ -477,8 +477,10 @@ pre code, pre tt {
.side
footer
{
.side
footer
{
position
:
absolute
;
position
:
absolute
;
bottom
:
15px
;
bottom
:
15px
;
left
:
50%
;
}
margin-left
:
-65px
;
.side
footer
>
div
{
margin-bottom
:
10px
;
}
}
/* end side */
/* end side */
...
...
src/main/webapp/skins/yilia/side.ftl
View file @
04bb7815
...
@@ -36,6 +36,9 @@
...
@@ -36,6 +36,9 @@
</ul>
</ul>
</nav>
</nav>
<footer>
<footer>
<#if noticeBoard??>
<div>${noticeBoard}</div>
</#if>
<#if isLoggedIn>
<#if isLoggedIn>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
<a href="${servePath}/admin-index.do#main" title="${adminLabel}" class="icon-setting"></a>
...
...
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