projects
/
thetarpit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0dc57
)
css: remove bottom border for img links
author
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 26 Aug 2013 08:58:29 +0000
(11:58 +0300)
committer
Lucian Mogosanu
<lucian.mogosanu@gmail.com>
Mon, 26 Aug 2013 08:58:29 +0000
(11:58 +0300)
css/default.css
patch
|
blob
|
history
diff --git
a/css/default.css
b/css/default.css
index
25c9179
..
5081cd8
100644
(file)
--- a/
css/default.css
+++ b/
css/default.css
@@
-139,8
+139,7
@@
img.thumb {
border-color: #e0e0e0;
}
-a:hover img {
- text-decoration: none;
+span > a {
border-bottom: none;
}