diff options
author | P. J. McDermott <pehjota> | 2014-04-03 00:07:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-04-03 00:07:41 (EDT) |
commit | 594337b6bba1632a99a1bc6085ea2e59cc925423 (patch) | |
tree | 4c4fb59ed3448c98510829c2d7fbc92b103dd7ec | |
parent | bdbad72e10afadd8f8dc14c35da1a81f21d9e386 (diff) |
dev: Fix image sizes.
-rw-r--r-- | dev.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,8 +5,8 @@ help shape the future of this operating system distribution: <h1 style="clear: left;">Software Packaging</h1> -<img src="/media/tango-96/package-x-generic.png" alt="software packaging" -style="width: 96px; height: 96px; float: left; margin: 0 1.000em 1.000em 0;"> +<img src="/media/tango-64/package-x-generic.png" alt="software packaging" +style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;"> Packaging is the preparation of build instructions and metadata for software programs and libraries to be built and installed on users' systems. @@ -29,8 +29,8 @@ administrator. <h1 style="clear: left;">Software Development</h1> -<img src="/media/tango-96/preferences-system.png" alt="software development" -style="width: 96px; height: 96px; float: left; margin: 0 1.000em 1.000em 0;"> +<img src="/media/tango-64/preferences-system.png" alt="software development" +style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;"> The two core components of the distribution build system, opkbuild and opkhelper, are in development. @@ -44,8 +44,8 @@ A simple build daemon infrastructure has been <h1 style="clear: left;">Technical Documentation</h1> -<img src="/media/tango-96/text-editor.png" alt="technical documentation" -style="width: 96px; height: 96px; float: left; margin: 0 1.000em 1.000em 0;"> +<img src="/media/tango-64/text-editor.png" alt="technical documentation" +style="width: 64px; height: 64px; float: left; margin: 0 1.000em 1.000em 0;"> Specifications -------------- |