Translations:Manuals:BXFbl:Setupmenu overview/5/de: Difference between revisions

From BEASTX Wiki
Jump to navigation Jump to search
Created page with "<html> <!-- assumes $wgRawHtml = true; safer alternatives exist --> <style> table#overview tr td:nth-child(2) { text-align: left;..."
 
No edit summary
 
Line 4: Line 4:
         {  
         {  
             text-align: left;
             text-align: left;
             width: 170px;
             width: 130px;
         }
         }

Latest revision as of 15:02, 22 April 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manuals:BXFbl:Setupmenu overview)
<html>  <!-- assumes $wgRawHtml = true; safer alternatives exist -->
   <style>
       table#overview tr td:nth-child(2)
       { 
           text-align: left;
           width: 130px;
       }

<html>

   <style>
       table#overview tr td:nth-child(2)
       { 
           text-align: left;
           width: 130px;
       }