Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
liber
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ale
liber
Commits
70c46eb4
Commit
70c46eb4
authored
Nov 11, 2014
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor style fixes to book page
parent
fc20fe02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
htdocs/static/css/liber.css
htdocs/static/css/liber.css
+5
-0
htdocs/templates/book.html
htdocs/templates/book.html
+2
-1
No files found.
htdocs/static/css/liber.css
View file @
70c46eb4
...
@@ -53,6 +53,11 @@ footer {
...
@@ -53,6 +53,11 @@ footer {
margin
:
0
;
margin
:
0
;
}
}
.book-authors
{
font-size
:
110%
;
font-weight
:
bold
;
}
/* Debugging */
/* Debugging */
.debug
{
.debug
{
display
:
none
;
display
:
none
;
...
...
htdocs/templates/book.html
View file @
70c46eb4
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
{{range $i, $f := .Files}}
{{range $i, $f := .Files}}
<p>
<p>
<a
class=
"btn btn-large btn-primary"
href=
"/dl/{{$f.Id}}/{{$i}}"
>
<a
class=
"btn btn-large btn-primary"
href=
"/dl/{{$f.Id}}/{{$i}}"
>
<span
class=
"glyphicon glyphicon-download
-alt
"
></span>
<span
class=
"glyphicon glyphicon-download"
></span>
Download ({{$f.FileType}})
Download ({{$f.FileType}})
</a>
</a>
</p>
</p>
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
<p>
<p>
<a
class=
"btn btn-large btn-primary"
<a
class=
"btn btn-large btn-primary"
href=
"/read/{{.Book.Id}}/{{.EpubIndex}}"
>
href=
"/read/{{.Book.Id}}/{{.EpubIndex}}"
>
<span
class=
"glyphicon glyphicon-book"
></span>
Read Online
Read Online
</a>
</a>
</p>
</p>
...
...
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