Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Kunal Marwaha
website
Commits
9e873dd8
Commit
9e873dd8
authored
9 years ago
by
Joseph Weston
Committed by
Anton Akhmerov
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix margin of kwant usage examples
Before, the titles stuck out on the left of the main body of text.
parent
0632eeae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/index.rst
+5
-5
5 additions, 5 deletions
content/index.rst
themes/kwant/assets/css/custom.css
+5
-0
5 additions, 0 deletions
themes/kwant/assets/css/custom.css
with
10 additions
and
5 deletions
content/index.rst
+
5
−
5
View file @
9e873dd8
...
...
@@ -43,7 +43,7 @@ Kwant. The tutorial section of `Kwant documentation <doc/1.0/>`_ and the
explanations (`zipfile of all examples
<http://downloads.kwant-project.org/examples/kwant-examples-1.0.0.zip>`_).
.. class:: row
.. class:: row
nomargin
Graphene flake
..............
...
...
@@ -75,7 +75,7 @@ Graphene flake
Taken from the Kwant `plotting tutorial <doc/1.0/tutorial/tutorial6.html>`_.
.. class:: row
.. class:: row
nomargin
Quantum Hall effect
...................
...
...
@@ -102,7 +102,7 @@ Quantum Hall effect
<object type="image/svg+xml" class="col-md-4 img-responsive" data="qhe-plateaus.svgz">qhe-plateaus.svgz</object>
.. class:: row
.. class:: row
nomargin
3-d system: Majorana states
...........................
...
...
@@ -123,7 +123,7 @@ Quantum Hall effect
Taken from an unpublished work by S. Mi, A. R. Akhmerov, and M. Wimmer.
.. class:: row
.. class:: row
nomargin
Numerical experiment: flying qubit
..................................
...
...
@@ -148,7 +148,7 @@ Numerical experiment: flying qubit
.. image:: flying-qubit.png
.. class:: row
.. class:: row
nomargin
Conductance of a Corbino disk in a quantum Hall regime
......................................................
...
...
This diff is collapsed.
Click to expand it.
themes/kwant/assets/css/custom.css
+
5
−
0
View file @
9e873dd8
...
...
@@ -35,3 +35,8 @@ footer {
border-top-color
:
#EEEEEE
;
border-top-width
:
medium
;
}
.nomargin
{
margin-left
:
0px
;
margin-right
:
0px
;
}
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