Plugin Directory

Changeset 606720


Ignore:
Timestamp:
10/01/2012 08:30:24 PM (14 years ago)
Author:
bastb
Message:

Minor layout changes -- selecting every odd row and changing the background color.

Location:
lips/branches/dev-0.8.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lips/branches/dev-0.8.8/css/lips.css

    r587979 r606720  
    145145    z-index: 0;
    146146}
     147
     148tr:nth-child(odd) {
     149    background-color: #DFDFDF;
     150    font-weight: bold;
     151}
  • lips/branches/dev-0.8.8/lips.php

    r606706 r606720  
    534534     */
    535535    public function display_section($section) {
    536         $section_description['li'] = __("This section handles the OAuth configuration. LinkedIn&reg; uses that to control access to your data. Once configured, you can make your host forget the OAuth details too by clicking the <em>Forget OAuth</em> button below.</p><p>Download your profile by checking <em>Update Profile Page</em>. Select <em>Connect to LinkedIn&reg; and download profile data</em> and click the <em>Save Changes</em> button below.");
     536        $section_description['li'] = __("Basic plugin configuration is done is this section.");
    537537        $section_description['pot'] = __("LiPS can maintain posts too. Once enabled, these posts will not be shown with the other posts, but instead you can link to them from your profile page.<p>You can provide categories for posts being maintained by this plugin and you can provide the template to use handling position details. There's a template for the title and one for the content.</p>");
    538538        $section_description['dev'] = __("Functions supporting development are found in this section. You can make the template be more verbose and you can make the plugin keep a copy of the profile data.<p>The Debug Data On-a-Page function should only be enabled when you want to create or modify page, post or post-title templates because it'll allow you to take a look at the gathered data.</p>");
Note: See TracChangeset for help on using the changeset viewer.