Merge lp:~dpm/developer-ubuntu-com/generic-steps-style into lp:developer-ubuntu-com

Proposed by David Planella
Status: Superseded
Proposed branch: lp:~dpm/developer-ubuntu-com/generic-steps-style
Merge into: lp:developer-ubuntu-com
Diff against target: 11 lines (+4/-0)
1 file modified
developer_portal/static/developer_portal/css/devportal.css (+4/-0)
To merge this branch: bzr merge lp:~dpm/developer-ubuntu-com/generic-steps-style
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+253029@code.launchpad.net

This proposal has been superseded by a proposal from 2015-09-04.

Description of the change

I wanted to add a 3-step guide to install the SDK, similar to the one on:

http://www.ubuntu.com/cloud/bootstack

While the step classes are available in the CSS from the Ubuntu web guidelines, the length of the vertical line connecting the steps is specific to that particular page and its layout.

I'm proposing removing the line for the steps, so that we can use the steps classes generically without having to specify a hardcoded length.

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

Should be fine, not sure where we still use this though

review: Approve
Revision history for this message
David Callé (davidc3) wrote :

Conflict

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'developer_portal/static/developer_portal/css/devportal.css'
2--- developer_portal/static/developer_portal/css/devportal.css 2014-12-17 15:28:52 +0000
3+++ developer_portal/static/developer_portal/css/devportal.css 2015-03-16 10:31:21 +0000
4@@ -199,3 +199,7 @@
5 font-weight: 300;
6 padding: 0.695652em 0.869565em;
7 }
8+
9+.row-step.step-one .step::after {
10+ content: none;
11+}

Subscribers

People subscribed via source and target branches