From: Tomas Sedovic <[email protected]>
The stylesheets were requiring an image called "960.png" which was never
present in the codebase.
---
src/app/stylesheets/aggregator.scss | 1 -
src/app/stylesheets/newui.scss | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/app/stylesheets/aggregator.scss
b/src/app/stylesheets/aggregator.scss
index fe37976..381fc6d 100644
--- a/src/app/stylesheets/aggregator.scss
+++ b/src/app/stylesheets/aggregator.scss
@@ -1322,5 +1322,4 @@ a.iconbutton {
left: 50%;
width: 1020px;
margin-left: -510px;
- background: url(../../images/960.png) repeat-y top center;
}
diff --git a/src/app/stylesheets/newui.scss b/src/app/stylesheets/newui.scss
index 5b341bd..2a78722 100644
--- a/src/app/stylesheets/newui.scss
+++ b/src/app/stylesheets/newui.scss
@@ -1358,5 +1358,4 @@ a.iconbutton {
left: 50%;
width: 1020px;
margin-left: -510px;
- background: url(../../images/960.png) repeat-y top center;
}
--
1.7.3.3
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel