Changeset 650:0da4a5fecca3
- Timestamp:
- 07/25/11 22:27:11 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/locales/fr/main.po
r637 r650 20 20 msgstr "Explorer les archives" 21 21 22 msgid "to" 23 msgstr "à" 22 msgid "toDay" 23 msgstr "au" 24 25 msgid "FromDay" 26 msgstr "Du" 24 27 25 28 msgid "From" … … 34 37 msgid "By tag" 35 38 msgstr "Par tag" 39 40 msgid "URL you've tried has typos, or the page has been deleted or moved." 41 msgstr "L'adresse URL est erronée ou bien la page a été supprimée ou déplacée." -
themes/ductile/style.css
r643 r650 545 545 padding: 4px; 546 546 } 547 548 547 .form-help { 549 548 margin-top: 0; … … 551 550 font-style: italic; 552 551 } 553 554 /*#ping-url {555 background: #efefef;556 border-right: 1px solid #aaa;557 border-bottom: 1px solid #aaa;558 font-size: .81em;559 padding-left: .5em;560 }*/561 552 #comments-feed { 562 553 margin-top: 2em; … … 569 560 #sidebar { 570 561 font-size: 0.875em; 562 } 563 #sidebar img { 564 max-width: 100%; 571 565 } 572 566 #sidebar h2 { … … 922 916 clear:both; 923 917 } 918 /* Micro clearfix thx to Nicolas Gallagher */ 919 .post-content:before, .post-content:after { 920 content: ""; 921 display: table; 922 } 923 .post-content:after { 924 clear:both; 925 } 924 926 925 927 /* ================================================ -
themes/ductile/tpl/404.html
r615 r650 36 36 <div id="content-info"> 37 37 <h2>{{tpl:lang Document not found}}</h2> 38 <p> L'adresse est erronée ou la page a été supprimée.</p>38 <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 39 39 </div> 40 40 -
themes/ductile/tpl/_head.html
r631 r650 1 1 <!-- media queries --> 2 <meta name="viewport" content="width=device-width " />2 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 3 3 <!-- compat media queries --> 4 4 <!--[if lt IE 9]> -
themes/ductile/tpl/archive.html
r615 r650 53 53 <div id="by-date" class="arch-block"> 54 54 <h3>{{tpl:lang By date}}</h3> 55 <p class="fromto">{{tpl:lang From }} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d%B %Y"}}</a></tpl:Entries></p>55 <p class="fromto">{{tpl:lang FromDay}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries> {{tpl:lang toDay}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries></p> 56 56 <tpl:Archives order="asc"> 57 57 <tpl:ArchivesYearHeader>
Note: See TracChangeset
for help on using the changeset viewer.