Jump to content

Template:META Commands Style: Difference between revisions

From NixOS Wiki
Sdht0 (talk | contribs)
Use short form `ic`
m Delete outdated styling proposals
Line 5: Line 5:


{{bc|{{META Commands Style}}}}
{{bc|{{META Commands Style}}}}
== Unused styles==
This needs to be re-viewed. Also depends on whether we integreate a new style for the wiki.
<pre>
    background-color: #4D4D4D;
    color: #FCFCFC;
    border: 1px solid #232629;
</pre>


== Applied styles ==
== Applied styles ==

Revision as of 16:38, 17 April 2025

Styles

Current styles

    padding: 0.4em;

Applied styles

$ nix-shell -E 'with import &lt;nixpkgs&gt; {}; stdenv.mkDerivation { name = "arm-shell"; buildInputs = [git gnumake gcc gcc-arm-embedded dtc]; }'
$ git clone git://git.denx.de/u-boot.git

[…] by using the git clone git://git.denx.de/u-boot.git command.