Merge lp:~johanvandijk/ubuntu-nl-artwork/light-smf-theme into lp:ubuntu-nl-artwork/light-smf-theme

Proposed by Johan van Dijk
Status: Needs review
Proposed branch: lp:~johanvandijk/ubuntu-nl-artwork/light-smf-theme
Merge into: lp:ubuntu-nl-artwork/light-smf-theme
Diff against target: 59 lines (+6/-4)
3 files modified
css/index.css (+3/-2)
header.template.php (+1/-0)
index.template.php (+2/-2)
To merge this branch: bzr merge lp:~johanvandijk/ubuntu-nl-artwork/light-smf-theme
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+148058@code.launchpad.net

Description of the change

Small fixes:

* [tt] bbcode tag is now displayed in monospace font (Ubuntu Mono)
* Small layout fixes for tables and polls

Deze code is al maanden in gebruik op de main server, lijkt me tijd om het gelijk te trekken ;)

To post a comment you must log in.
Revision history for this message
Johan van Dijk (johanvandijk) wrote :
29. By Johan van Dijk

Aanpassing header, menu-item Vraag en Antwoord toegevoegd

30. By Johan van Dijk

tagjes gefixt

Unmerged revisions

30. By Johan van Dijk

tagjes gefixt

29. By Johan van Dijk

Aanpassing header, menu-item Vraag en Antwoord toegevoegd

28. By Johan van Dijk <email address hidden>

fix polls

27. By Johan van Dijk <email address hidden>

fix uitlijning tabellen, met name zichtbaar in polls

26. By Johan van Dijk <email address hidden>

aanpassing om [tt] bbcode ook echt in monospace font weer te geven

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'css/index.css'
--- css/index.css 2012-07-06 07:09:21 +0000
+++ css/index.css 2013-07-03 01:33:25 +0000
@@ -411,7 +411,7 @@
411}411}
412.bbc_tt412.bbc_tt
413{413{
414 font-family: "Ubuntu", "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;414 font-family: "Ubuntu Mono", "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
415}415}
416416
417/* Generally, those [?] icons. This makes your cursor a help icon. */417/* Generally, those [?] icons. This makes your cursor a help icon. */
@@ -937,7 +937,7 @@
937{937{
938 white-space: nowrap;938 white-space: nowrap;
939 padding: 0;939 padding: 0;
940 text-align: left;940 text-align: center;
941}941}
942942
943/* table_grid styles for Profile > Show Permissions. */943/* table_grid styles for Profile > Show Permissions. */
@@ -2130,6 +2130,7 @@
2130 width: 60%;2130 width: 60%;
2131 max-width: 450px;2131 max-width: 450px;
2132 overflow: hidden;2132 overflow: hidden;
2133 float: left;
2133}2134}
21342135
2135#poll_options dl.options .percentage2136#poll_options dl.options .percentage
21362137
=== modified file 'header.template.php'
--- header.template.php 2012-05-04 19:16:55 +0000
+++ header.template.php 2013-07-03 01:33:25 +0000
@@ -26,6 +26,7 @@
26 <div id="sub-nav">26 <div id="sub-nav">
27 <a href="http://wiki.ubuntu-nl.org/" class="sub-nav-item">Documentatie</a>27 <a href="http://wiki.ubuntu-nl.org/" class="sub-nav-item">Documentatie</a>
28 <a href="/" class="sub-nav-item current">Forum</a>28 <a href="/" class="sub-nav-item current">Forum</a>
29 <a href="http://vraag.ubuntu-nl.org/" class="sub-nav-item">Vraag en Antwoord</a>
29 <a href="http://ubuntu-nl.org/ondersteuning/live-chat" class="sub-nav-item">Live chat</a>30 <a href="http://ubuntu-nl.org/ondersteuning/live-chat" class="sub-nav-item">Live chat</a>
30 <a href="http://ubuntu-nl.org/ondersteuning/steunpunten" class="sub-nav-item">Steunpunten</a>31 <a href="http://ubuntu-nl.org/ondersteuning/steunpunten" class="sub-nav-item">Steunpunten</a>
31 <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-nl" class="sub-nav-item">Mailinglijst</a>32 <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-nl" class="sub-nav-item">Mailinglijst</a>
3233
=== modified file 'index.template.php'
--- index.template.php 2012-04-22 15:35:00 +0000
+++ index.template.php 2013-07-03 01:33:25 +0000
@@ -85,11 +85,11 @@
85<head>';85<head>';
8686
87 //Ubuntu font87 //Ubuntu font
88 echo'<link href="http://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700" rel="stylesheet" type="text/css">';88 echo'<link href="http://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700" rel="stylesheet" type="text/css" />';
8989
90 // Favicon90 // Favicon
91 echo '91 echo '
92 <link rel="shortcut icon" href="', $settings['theme_url'], '/images/favicon.ico" type="image/x-icon">';92 <link rel="shortcut icon" href="', $settings['theme_url'], '/images/favicon.ico" type="image/x-icon" />';
93 93
94 // The ?fin20 part of this link is just here to make sure browsers don't cache it wrongly.94 // The ?fin20 part of this link is just here to make sure browsers don't cache it wrongly.
95 echo '95 echo '

Subscribers

People subscribed via source and target branches