projects
/
diogenes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
update options menu to for RSS feed options
[diogenes.git]
/
htdocs
/
links-main.css
1
/* external links */
2
#main
a
[
href ^
=
"http://"
],
3
#main
a
[
href ^
=
"ftp://"
] {
4
background
:
url
(
"images/link-external.png"
)
center
right no-repeat
;
5
padding-right
:
13px
;
6
}
7
8
/* secure links */
9
#main
a
[
href ^
=
"https://"
] {
10
background
:
url
(
"images/link-secure.gif"
)
center
right no-repeat
;
11
padding-right
:
16px
;
12
}