Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
6237bf4c
Commit
6237bf4c
authored
Nov 20, 2015
by
Alexandre Duret-Lutz
Browse files
org: more language tooltips in HTML output
* doc/org/spot.css: add tooltips for Python and C++.
parent
5aba246f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/spot.css
View file @
6237bf4c
...
...
@@ -21,7 +21,9 @@ pre.src{padding-top:8px;border-left-style:solid;border-color:#00adad;overflow:au
pre
.src-hoa
{
padding-top
:
8px
;
border-left-style
:
solid
;
border-color
:
#d70079
;
overflow
:
auto
}
pre
.example
{
border-left-style
:
solid
;
border-color
:
#d70079
}
pre
.src
:before
{
border
:
none
;
border-bottom-style
:
solid
;
border-color
:
#00adad
;
top
:
0px
;}
pre
.src-hoa
:before
{
content
:
'HOA'
;
border
:
none
;
border-bottom-style
:
solid
;
border-color
:
#d70079
;
overflow
:
auto
}
pre
.src-python
:before
{
content
:
'Python'
}
pre
.src-C
\
+
\
+
:before
{
content
:
'C++'
}
pre
.src-hoa
:before
{
content
:
'HOA'
;
border-color
:
#d70079
}
img
{
max-width
:
100%
}
@media
screen
{
#table-of-contents
{
position
:
fixed
;
right
:
0em
;
top
:
0em
;
max-width
:
50%
;
max-height
:
80%
;
overflow
:
auto
;
z-index
:
10
}
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment