projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb75e0b
)
Only add a border to text input fields.
author
Tom Hughes
<tom@compton.nu>
Sat, 19 Apr 2008 10:14:52 +0000
(10:14 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sat, 19 Apr 2008 10:14:52 +0000
(10:14 +0000)
public/stylesheets/site.css
patch
|
blob
|
history
diff --git
a/public/stylesheets/site.css
b/public/stylesheets/site.css
index dee3e85049ce6e592f4bf95c89188ef4f55136af..c7f1b008572e7745a9982460e41f2b7fa4eaba89 100644
(file)
--- a/
public/stylesheets/site.css
+++ b/
public/stylesheets/site.css
@@
-525,7
+525,7
@@
hides rule from IE5-Mac \*/
list-style: square;
}
-input {
+input
[type="text"]
{
border: 1px solid black;
}