Merge lp:~whosdaz/win2buntu/dev into lp:win2buntu

Proposed by Matthew Allen
Status: Merged
Merged at revision: 5
Proposed branch: lp:~whosdaz/win2buntu/dev
Merge into: lp:win2buntu
Diff against target: 55 lines (+20/-1)
3 files modified
css/buttons.css (+11/-0)
css/terminal.css (+2/-0)
index.html (+7/-1)
To merge this branch: bzr merge lp:~whosdaz/win2buntu/dev
Reviewer Review Type Date Requested Status
Matthew Allen Approve
Review via email: mp+284391@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matthew Allen (whosdaz) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'css/buttons.css'
--- css/buttons.css 1970-01-01 00:00:00 +0000
+++ css/buttons.css 2016-01-29 04:35:47 +0000
@@ -0,0 +1,11 @@
1.button-next {
2 width: 300px;
3 height: 25px;
4 float:right;
5}
6
7.button-back {
8 width: 300px;
9 height: 25px;
10 float:left;
11}
0\ No newline at end of file12\ No newline at end of file
113
=== modified file 'css/terminal.css'
--- css/terminal.css 2016-01-29 03:36:00 +0000
+++ css/terminal.css 2016-01-29 04:35:47 +0000
@@ -1,5 +1,7 @@
1.terminal {1.terminal {
2 color: #AEA79F;2 color: #AEA79F;
3 overflow-y: scroll;
4 height: 500px;
3}5}
46
5.terminal-header {7.terminal-header {
68
=== modified file 'index.html'
--- index.html 2016-01-29 03:36:00 +0000
+++ index.html 2016-01-29 04:35:47 +0000
@@ -5,7 +5,9 @@
55
6 <link rel="stylesheet" type="text/css" href="css/default.css">6 <link rel="stylesheet" type="text/css" href="css/default.css">
7 <link rel="stylesheet" type="text/css" href="css/terminal.css">7 <link rel="stylesheet" type="text/css" href="css/terminal.css">
88 <link rel="stylesheet" type="text/css" href="css/buttons.css">
9
10 <link rel="stylesheet" type="text/css" media="all" href="http://assets.ubuntu.com/sites/guidelines/css/latest/ubuntu-styles.css"/>
9 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">11 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
10 </head>12 </head>
1113
@@ -35,6 +37,10 @@
35 <p class="terminal-comment"> /* do this thing */</p>37 <p class="terminal-comment"> /* do this thing */</p>
36 </div>38 </div>
37 </div> 39 </div>
40 <div class="buttons">
41 <button class="button-back" type="button">Previous</button>
42 <button class="button-next" type="button">Next</button>
43 </div>
38 </div>44 </div>
39 </body>45 </body>
40</html>46</html>
41\ No newline at end of file47\ No newline at end of file

Subscribers

People subscribed via source and target branches

to all changes: