mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge remote-tracking branch 'liuyang1204/master'
Conflicts: sphinx_rtd_theme/static/css/theme.css
This commit is contained in:
commit
259b033903
|
@ -215,3 +215,8 @@ Citation
|
||||||
Here I am making a citation [1]_
|
Here I am making a citation [1]_
|
||||||
|
|
||||||
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
||||||
|
|
||||||
|
Download links
|
||||||
|
==============
|
||||||
|
|
||||||
|
:download:`This long long long long long long long long long long long long long long long download link should be blue with icon, and should wrap white-spaces <static/yi_jing_01_chien.jpg>`
|
|
@ -274,6 +274,20 @@
|
||||||
p.rubric
|
p.rubric
|
||||||
margin-bottom: 12px
|
margin-bottom: 12px
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
//Download link
|
||||||
|
code.download
|
||||||
|
background: inherit
|
||||||
|
padding: inherit
|
||||||
|
font-family: inherit
|
||||||
|
font-size: inherit
|
||||||
|
color: inherit
|
||||||
|
border: inherit
|
||||||
|
white-space: inherit
|
||||||
|
span:first-child
|
||||||
|
@extend .fa
|
||||||
|
@extend .fa-download
|
||||||
|
&:before
|
||||||
|
margin-right: 4px
|
||||||
|
|
||||||
// Mobile specific
|
// Mobile specific
|
||||||
+media($mobile)
|
+media($mobile)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user