[gnome-user-docs] Use Mallard Conditionals to drop some decorative images on mobile
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] Use Mallard Conditionals to drop some decorative images on mobile
- Date: Sun, 19 Feb 2012 13:02:23 +0000 (UTC)
commit efb6d5ea0c6fd6e734c52e94d0045d5a8679092d
Author: Shaun McCance <shaunm gnome org>
Date: Sun Feb 19 08:01:30 2012 -0500
Use Mallard Conditionals to drop some decorative images on mobile
gnome-help/C/files.page | 4 +++-
gnome-help/C/shell-introduction.page | 15 ++++++++++-----
2 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/gnome-help/C/files.page b/gnome-help/C/files.page
index b5e2c20..ec0c972 100644
--- a/gnome-help/C/files.page
+++ b/gnome-help/C/files.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:if="http://projectmallard.org/if/1.0/"
type="guide" style="task"
id="files">
<info>
@@ -25,7 +26,8 @@
<title>Files, folders & search</title>
-<media type="image" src="figures/nautilus.png" style="floatend floatright" width="250" height="178">
+<media type="image" src="figures/nautilus.png" style="floatend floatright" width="250" height="178"
+ if:test="!target:mobile">
<p><app>Nautilus</app> file manager</p>
</media>
diff --git a/gnome-help/C/shell-introduction.page b/gnome-help/C/shell-introduction.page
index 795a759..1cc297f 100644
--- a/gnome-help/C/shell-introduction.page
+++ b/gnome-help/C/shell-introduction.page
@@ -1,4 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:if="http://projectmallard.org/if/1.0/"
type="topic" style="ui"
id="shell-introduction">
@@ -31,7 +32,7 @@ stay out of your way, minimize distractions, and help you get things done.
When you first log in, you will see an empty desktop and the top bar.</p>
<media type="image" src="figures/shell-top-bar.png"
- width="500" height="40">
+ width="500" height="40" if:test="!target:mobile">
<p>GNOME shell top bar</p>
</media>
@@ -47,7 +48,8 @@ computer.</p>
<title>Activities overview</title>
<media type="image" src="figures/shell-activities.png"
- width="128" height="75" style="floatend floatright">
+ width="128" height="75" style="floatend floatright"
+ if:test="!target:mobile">
<p>Activities button</p>
</media>
@@ -59,7 +61,8 @@ You can also just start typing to search your applications, files, and
folders.</p>
<media type="image" src="figures/shell-dash.png"
- width="51" height="300" style="floatstart floatleft">
+ width="51" height="300" style="floatstart floatleft"
+ if:test="!target:mobile">
<p>The dash</p>
</media>
@@ -93,7 +96,8 @@ when they're not running, so you can access them quickly.</p>
<section id="clock">
<title>Clock, calendar & appointments</title>
<media type="image" src="figures/shell-appts.png"
- width="250" height="141" style="floatend floatright">
+ width="250" height="141" style="floatend floatright"
+ if:test="!target:mobile">
<p>Clock, calendar, and appointments</p>
</media>
@@ -111,7 +115,8 @@ You can also access the date and time settings and open your full
<title>You and your computer</title>
<media type="image" src="figures/shell-exit.png"
- width="250" height="200" style="floatend floatright">
+ width="250" height="200" style="floatend floatright"
+ if:test="!target:mobile">
<p>User menu</p>
</media>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]