~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/st/html/st-st-theme.html

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-06-16 19:14:01 UTC
  • mfrom: (1.1.50) (19.1.37 experimental)
  • Revision ID: package-import@ubuntu.com-20130616191401-kef9vj3obfuvusrn
Tags: 3.8.3-1ubuntu1
* Merge with Debian. Remaining changes:
  - debian/control.in:
    + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
    + Depend on gdm instead of gdm3
  - debian/patches/40_change-pam-name-to-match-gdm.patch:
  - debian/patches/revert-suspend-break.patch:
    + Disabled, not needed on Ubuntu
  - debian/patches/ubuntu-lightdm-user-switching.patch:
    + Allow user switching when using LightDM.
  - debian/patches/ubuntu_lock_on_suspend.patch
    + Respect Ubuntu's lock-on-suspend setting.
      Disabled until it can be rewritten.
  - debian/patches/git_relock_screen_after_crash.patch:
    + Backport fix to ensure session is locked after crash
* debian/patches/revert-input-source-changes.patch:
  - Temporarily revert input source changes that need gnome-settings-daemon
    and gnome-control-center 3.8.3 to be useful
* debian/patches/revert-notification-settings-link.patch:
  - Don't link to Notification Settings since that's only available
    with gnome-control-center >= 3.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
<tr>
75
75
<td><p><span class="term"><em class="parameter"><code>application_stylesheet</code></em> :</span></p></td>
76
76
<td>The highest priority stylesheet, representing application-specific
77
 
styling; this is associated with the CSS "author" stylesheet, may be <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
 
77
styling; this is associated with the CSS "author" stylesheet, may be <code class="literal">NULL</code>
78
78
</td>
79
79
</tr>
80
80
<tr>
81
81
<td><p><span class="term"><em class="parameter"><code>theme_stylesheet</code></em> :</span></p></td>
82
82
<td>The second priority stylesheet, representing theme-specific styling ;
83
 
this is associated with the CSS "user" stylesheet, may be <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
 
83
this is associated with the CSS "user" stylesheet, may be <code class="literal">NULL</code>
84
84
</td>
85
85
</tr>
86
86
<tr>
87
87
<td><p><span class="term"><em class="parameter"><code>default_stylesheet</code></em> :</span></p></td>
88
88
<td>The lowest priority stylesheet, representing global default styling;
89
 
this is associated with the CSS "user agent" stylesheet, may be <a href="/home/florian/opt/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
 
89
this is associated with the CSS "user agent" stylesheet, may be <code class="literal">NULL</code>
90
90
</td>
91
91
</tr>
92
92
<tr>