Merge lp:~nigelbabu/ubuntu-community-webthemes/kbd-style into lp:ubuntu-community-webthemes/light-wordpress-theme

Proposed by Nigel Babu
Status: Merged
Merge reported by: Stas Sușcov
Merged at revision: not available
Proposed branch: lp:~nigelbabu/ubuntu-community-webthemes/kbd-style
Merge into: lp:ubuntu-community-webthemes/light-wordpress-theme
Diff against target: 11 lines (+1/-0)
1 file modified
style.css (+1/-0)
To merge this branch: bzr merge lp:~nigelbabu/ubuntu-community-webthemes/kbd-style
Reviewer Review Type Date Requested Status
Ubuntu Community Web Themes Developers Pending
Review via email: mp+72238@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stas Sușcov (sushkov) wrote :

În data de Vi, 19-08-2011 la 17:54 +0000, Nigel Babu a scris:
> Nigel Babu has proposed merging lp:~nigelbabu/ubuntu-community-webthemes/kbd-style into lp:ubuntu-community-webthemes/light-wordpress-theme.
>
> Requested reviews:
> Ubuntu Community Web Themes Developers (ubuntu-community-webthemes)
>
> For more details, see:
> https://code.launchpad.net/~nigelbabu/ubuntu-community-webthemes/kbd-style/+merge/72238
> atașament diferențe între fișiere (review-diff.txt)
> === modified file 'style.css'
> --- style.css 2011-08-11 11:57:23 +0000
> +++ style.css 2011-08-19 17:54:17 +0000
> @@ -269,6 +269,7 @@
> th, td { padding: 5px; }
> hr { background-color:#ccc; border:0; color:#CCC; height:1px; margin-bottom:22px; }
> p { margin-bottom: 10px; }
> +kbd { background: none repeat scroll 0 0 #EEEEEE; border-color: #CCCCCC #AAAAAA #888888 #BBBBBB; border-style: solid; border-width: 1px 2px 2px 1px; color: #000000; padding: 2px 4px 0; white-space: nowrap;
> .clearall { clear: both; height: 1px; }
> input[type="text"], textarea { border: 2px solid #CCC; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 1px 3px; }
> .clean { list-style: none; }
>

Please correct me if I'm wrong, but I can see a missing trialling
bracket.

39. By Nigel Babu

Close the braces.

Revision history for this message
Nigel Babu (nigelbabu) wrote :

Argh, apologies, fixed now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'style.css'
2--- style.css 2011-08-11 11:57:23 +0000
3+++ style.css 2011-08-19 19:30:28 +0000
4@@ -269,6 +269,7 @@
5 th, td { padding: 5px; }
6 hr { background-color:#ccc; border:0; color:#CCC; height:1px; margin-bottom:22px; }
7 p { margin-bottom: 10px; }
8+kbd { background: none repeat scroll 0 0 #EEEEEE; border-color: #CCCCCC #AAAAAA #888888 #BBBBBB; border-style: solid; border-width: 1px 2px 2px 1px; color: #000000; padding: 2px 4px 0; white-space: nowrap; }
9 .clearall { clear: both; height: 1px; }
10 input[type="text"], textarea { border: 2px solid #CCC; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 1px 3px; }
11 .clean { list-style: none; }

Subscribers

People subscribed via source and target branches