diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-24 16:35:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2006-12-24 16:35:25 +0000 |
commit | d3600e729fbcbadad2923fadabeabae02620e755 (patch) | |
tree | 2e3872e7b06c0b720379d259ffaaf72b34ec5325 /public/stylesheets/scm.css | |
parent | 6c8e1514aa0cde2e89aad6c525ede8feb384ccf8 (diff) | |
download | redmine-d3600e729fbcbadad2923fadabeabae02620e755.tar.gz redmine-d3600e729fbcbadad2923fadabeabae02620e755.zip |
css cleaning
git-svn-id: http://redmine.rubyforge.org/svn/trunk@108 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r-- | public/stylesheets/scm.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 658fb9050..c2b477edf 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -1,47 +1,8 @@ -
-div.square {
- border: 1px solid #999;
- float: left;
- margin: .4em .5em 0 0;
- overflow: hidden;
- width: .6em; height: .6em;
-}
-
div.action_M { background: #fd8 }
div.action_D { background: #f88 }
div.action_A { background: #bfb }
-table.list {
- width:100%;
- border-collapse: collapse;
- border: 1px dotted #d0d0d0;
- margin-bottom: 6px;
-}
-
-table.list thead th {
- text-align: center;
- background: #eee;
- border: 1px solid #d7d7d7;
-}
-
-table.list tbody th {
- font-weight: normal;
- text-align: center;
- background: #eed;
- border: 1px solid #d7d7d7;
-}
-
-.icon {
- background-position: 0% 40%;
- background-repeat: no-repeat;
- padding-left: 20px;
-}
-
-.folder { background-image: url(../images/folder.png); }
-.file { background-image: url(../images/file.png); }
-
-
tr.spacing {
border: 1px solid #d7d7d7;
@@ -58,9 +19,4 @@ tr.spacing { .line-code {
font-family: "Courier New", monospace;
font-size: 1em;
-}
-
-table p {
- margin:0;
- padding:0;
}
\ No newline at end of file |