[extensions-web] extensions: Remove some unused "step" CSS classes
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] extensions: Remove some unused "step" CSS classes
- Date: Tue, 24 Apr 2012 19:16:42 +0000 (UTC)
commit 08e143f74922538e824a7e3b68e28ef9d62fc0b5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Apr 24 04:24:14 2012 -0400
extensions: Remove some unused "step" CSS classes
The "step lock" class is still being used, but not for much longer...
.../templates/extensions/detail_edit.html | 2 +-
.../extensions/templates/extensions/upload.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail_edit.html b/sweettooth/extensions/templates/extensions/detail_edit.html
index 9ce09e8..e405a11 100644
--- a/sweettooth/extensions/templates/extensions/detail_edit.html
+++ b/sweettooth/extensions/templates/extensions/detail_edit.html
@@ -3,7 +3,7 @@
{% block extra-body-header %}
{{ block.super }}
{% if is_preview %}
- <div class="step edit">
+ <div class="step">
<h2 class="steptitle">Step <span>2</span></h2>
<p>
Edit anything in yellow by clicking on it.
diff --git a/sweettooth/extensions/templates/extensions/upload.html b/sweettooth/extensions/templates/extensions/upload.html
index 95d161c..438d46c 100644
--- a/sweettooth/extensions/templates/extensions/upload.html
+++ b/sweettooth/extensions/templates/extensions/upload.html
@@ -10,7 +10,7 @@
{% endblock %}
{% block body %}
-<div class="step upload">
+<div class="step">
<h2 class="steptitle">Step <span>1</span></h2>
<p>
Make your extension. It should be a zip file containing at least the two files <code class="file required">metadata.json</code> and <code class="file required">extension.js</code>. Note that the UUID inside your <code class="file">metadata.json</code> must conform to GNOME Shell UUID guidelines. These guidelines can be found on <a href="https://live.gnome.org/GnomeShell/Extensions/UUIDGuidelines">the GNOME Wiki</a>.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]