repo.or.cz
/
specialops1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
SO 1-final
[specialops1.git]
/
csslib
/
stuff.css
blob
8aceae4a1a50782121afb706fe3dcaaad044fb24
1
h2
[
id
] + *
2
{
display
:
none
}
3
4
h2
[
id
]:
target
+ *
5
{
display
:
block
}
6
7
h2
[
id
]:
target
+
table
8
{
display
:
table
;
margin-top
:
0
}
9
10
@media
screen
{
11
h2
[
id
]::
after
{
content
:
' '
url
(
/boards/imglib/expand_tree.png
)}
12
h2
[
id
]:
target
::
after
{
content
:
' '
url
(
/boards/imglib/collapse_tree.png
)}
13
}