Removing extra margin on the right

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2011-03-25 16:14:57 -07:00
parent 3d8d6429fc
commit 9df8fb94d9

View File

@@ -9,12 +9,10 @@
#shape-tracing-container a, #shape-tracing-container a:link, #shape-tracing-container a:visited {
color:rgba(0, 94, 153, 0.8);
text-decoration:none;
background-color:transparent;
}
#shape-tracing-container a:hover, #shape-tracing-container a:active, #shape-tracing-container a:focus {
color:rgba(0, 94, 153, 1.0);
text-decoration:none;
background-color:transparent;
}
#shape-tracing-container ul,
@@ -150,7 +148,6 @@
#shape-tracing-window-content {
padding:0 0 0 6px;
/*overflow:auto;*/
}
#shape-tracing-window .expando-glyph {
@@ -292,9 +289,3 @@ button.create-template, background-image :hover {
border:0;
display:inline;
}
/*Added by Jon*/
.shape-tracing-meta {
overflow:auto;
}