Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
capsuledb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gem
capsuledb
Commits
74e868eb
Commit
74e868eb
authored
9 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Patches
Plain Diff
specifiy the width of schema relative to the total width
parent
18381487
No related branches found
Branches containing commit
Tags
v1.1.181205ac
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/couchapp/txssdb/_attachments/style/main.css
+6
-1
6 additions, 1 deletion
src/couchapp/txssdb/_attachments/style/main.css
with
6 additions
and
1 deletion
src/couchapp/txssdb/_attachments/style/main.css
+
6
−
1
View file @
74e868eb
...
@@ -22,11 +22,12 @@ h2 {
...
@@ -22,11 +22,12 @@ h2 {
#head
img
{
#head
img
{
display
:
block
;
display
:
block
;
margin
:
0
auto
;
margin
:
0
auto
;
width
:
459px
;
width
:
80%
;
}
}
.citation
{
.citation
{
margin-top
:
1em
;
margin-right
:
5%
;
margin-right
:
5%
;
margin-left
:
5%
;
margin-left
:
5%
;
border
:
1px
solid
#CCCCCC
;
border
:
1px
solid
#CCCCCC
;
...
@@ -48,6 +49,10 @@ h2 {
...
@@ -48,6 +49,10 @@ h2 {
font-style
:
italic
;
font-style
:
italic
;
}
}
.species
{
font-style
:
italic
;
}
#request
form
label
{
#request
form
label
{
display
:
block
;
display
:
block
;
padding
:
2px
;
padding
:
2px
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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