summary refs log tree commit diff stats
path: root/web/assets
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/news/images/survey/book.pngbin73632 -> 54231 bytes
-rw-r--r--web/assets/news/images/survey/book_opinion.pngbin60929 -> 39312 bytes
-rw-r--r--web/assets/news/images/survey/breakage.pngbin42872 -> 42032 bytes
-rw-r--r--web/assets/news/images/survey/planning_to_use_at_work.pngbin65840 -> 47859 bytes
-rw-r--r--web/assets/news/images/survey/upgrades_broke_things.pngbin71148 -> 0 bytes
-rw-r--r--web/assets/style.css5
6 files changed, 2 insertions, 3 deletions
diff --git a/web/assets/news/images/survey/book.png b/web/assets/news/images/survey/book.png
index 32a5ad40c..5bb418e63 100644
--- a/web/assets/news/images/survey/book.png
+++ b/web/assets/news/images/survey/book.png
Binary files differdiff --git a/web/assets/news/images/survey/book_opinion.png b/web/assets/news/images/survey/book_opinion.png
index 9675388fa..4e56ab26e 100644
--- a/web/assets/news/images/survey/book_opinion.png
+++ b/web/assets/news/images/survey/book_opinion.png
Binary files differdiff --git a/web/assets/news/images/survey/breakage.png b/web/assets/news/images/survey/breakage.png
index 76977c91e..5eb4c5289 100644
--- a/web/assets/news/images/survey/breakage.png
+++ b/web/assets/news/images/survey/breakage.png
Binary files differdiff --git a/web/assets/news/images/survey/planning_to_use_at_work.png b/web/assets/news/images/survey/planning_to_use_at_work.png
index be3a50467..b3e2001c3 100644
--- a/web/assets/news/images/survey/planning_to_use_at_work.png
+++ b/web/assets/news/images/survey/planning_to_use_at_work.png
Binary files differdiff --git a/web/assets/news/images/survey/upgrades_broke_things.png b/web/assets/news/images/survey/upgrades_broke_things.png
deleted file mode 100644
index 28a8ee3f0..000000000
--- a/web/assets/news/images/survey/upgrades_broke_things.png
+++ /dev/null
Binary files differdiff --git a/web/assets/style.css b/web/assets/style.css
index 691c11b20..2e166530d 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -516,12 +516,11 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; }
       padding:5px 30px;
       margin-bottom:20px;
       border:8px solid rgba(0,0,0,.8);
-      border-right-width:16px;
+      border-right-width:0;
       border-top-width:0;
       border-bottom-width:0;
       border-radius:3px;
-      background:rgba(0,0,0,0.1);
-      box-shadow:1px 3px 12px rgba(0,0,0,.4); }
+      background:rgba(0,0,0,0.1); }
     .standout h2 { margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed rgba(0,0,0,.8); }
     .standout li { margin:0 !important; padding-top:10px; border-top:1px dashed rgba(0,0,0,.2); }
     .standout ul { padding-bottom:5px; }