Removed dead styles (closes #11353) [boone]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9028 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2008-03-15 19:33:13 +00:00
parent 4036fcc5c4
commit 5b58bc1963

View File

@@ -52,23 +52,3 @@ a:hover { color: #fff; background-color:#000; }
list-style: square;
}
div.uploadStatus {
margin: 5px;
}
div.progressBar {
margin: 5px;
}
div.progressBar div.border {
background-color: #fff;
border: 1px solid gray;
width: 100%;
}
div.progressBar div.background {
background-color: #333;
height: 18px;
width: 0%;
}