summaryrefslogtreecommitdiff
path: root/docs/llvm.css
Commit message (Collapse)AuthorAge
* docs/llvm.css: Introduce <blockquote><pre>. It may be used as blockquoted ↵NAKAMURA Takumi2011-08-12
| | | | | | "doc_code". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137432 91177308-0d34-0410-b5e6-96231b3b80d8
* docs/llvm.css: Introduce cascading style <div> and <p> continued on ↵NAKAMURA Takumi2011-04-21
| | | | | | | | | | | | | | | | | | <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html. <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129901 91177308-0d34-0410-b5e6-96231b3b80d8
* docs: Redefine Heading elements as below;NAKAMURA Takumi2011-04-18
| | | | | | | | | H1 ... Title (and might be Chapter in future) H2 ... Section H3 ... Subsection H4 ... Sub-subsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129683 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103219 91177308-0d34-0410-b5e6-96231b3b80d8
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103213 91177308-0d34-0410-b5e6-96231b3b80d8
* Regenerate documentation.Mikhail Glushenkov2009-05-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71055 91177308-0d34-0410-b5e6-96231b3b80d8
* Minimize the width of the notes region: it will end where the text ends, if theMisha Brukman2008-12-29
| | | | | | | | line of text is short enough, instead of stretching all the way to the right margin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61481 91177308-0d34-0410-b5e6-96231b3b80d8
* * Comply with HTML 4.01 StrictMisha Brukman2008-12-16
| | | | | | | | * Added code-region markings to code sections to make them stand out * Added pre.doc_code class to llvm.css to simplify marking code regions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61072 91177308-0d34-0410-b5e6-96231b3b80d8
* CSS cleanup:Misha Brukman2008-12-14
| | | | | | | | | * Lowercased all HTML element names * Standardized spacing around { and } * removed class "doc_table_nw": grep finds no uses git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61004 91177308-0d34-0410-b5e6-96231b3b80d8
* Merge llvm-rst.css and llvm.css.Mikhail Glushenkov2008-12-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60984 91177308-0d34-0410-b5e6-96231b3b80d8
* GarbageCollection.html is expanded to encompass the comingGordon Henriksen2007-09-27
| | | | | | | capabilities. This is a major rewrite and is easier to read en toto rather than patchwise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42414 91177308-0d34-0410-b5e6-96231b3b80d8
* Reduce the padding on the doc_notes style. It was set to 1em which leavesReid Spencer2006-07-27
| | | | | | | the shaded box with a large blank border, wasting space. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29328 91177308-0d34-0410-b5e6-96231b3b80d8
* flush on the right and indented on the left looks a bit weird.Chris Lattner2005-05-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22084 91177308-0d34-0410-b5e6-96231b3b80d8
* Do not mention colors in style names, we might want to change styles themselvesMisha Brukman2005-02-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20099 91177308-0d34-0410-b5e6-96231b3b80d8
* Add style to display notes on a different background than the main textMisha Brukman2005-02-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20097 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt CSS 2 compliance.Reid Spencer2004-11-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17404 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt CSS 2 validation.Reid Spencer2004-11-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17403 91177308-0d34-0410-b5e6-96231b3b80d8
* Add layout classes for table elements so tables can be used for layouts.Reid Spencer2004-11-01
| | | | | | | | This is easier than attempting to figure out dual purpose columnar layouts for multiple browser types. All browsers understand tables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17393 91177308-0d34-0410-b5e6-96231b3b80d8
* Give table headers the striped background.Reid Spencer2004-10-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17382 91177308-0d34-0410-b5e6-96231b3b80d8
* This is the documentation style sheet, not the one for the website.Misha Brukman2004-09-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16222 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the default table related stylesReid Spencer2004-08-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16057 91177308-0d34-0410-b5e6-96231b3b80d8
* Make doc_code shrink-to-fit. This only works in mozilla, but it doesn'tChris Lattner2004-05-24
| | | | | | | hurt legibility on IE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13720 91177308-0d34-0410-b5e6-96231b3b80d8
* Create a new style for tables that have no width (.doc_table_nw) so theReid Spencer2004-05-23
| | | | | | | table doesn't stretch across the whole page. Change for BytecodeFormat.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13699 91177308-0d34-0410-b5e6-96231b3b80d8
* Various changes to make the docs look nicer. Add a new doc_author class.Chris Lattner2004-05-23
| | | | | | | The one thing that someone (misha?) should look at is fixing doc_code so that it sizes to fit the code instead of going to the right margin all of the way. Fixing it at a particular number of pixels was just wrong. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13668 91177308-0d34-0410-b5e6-96231b3b80d8
* Specify units in padding length.Misha Brukman2004-05-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13560 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the subsubsections stand out a bit moreChris Lattner2004-05-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13511 91177308-0d34-0410-b5e6-96231b3b80d8
* Finally, switch to a stylesheet that makes the documentation easier on the eyesMisha Brukman2004-05-12
| | | | | | | and consistent with the LLVM website. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13508 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about passing arguments to program being debugged.Misha Brukman2004-04-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12970 91177308-0d34-0410-b5e6-96231b3b80d8
* Added notes on extending LLVM with new instructions, intrinsics, types, etc.Misha Brukman2004-04-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12689 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the stylesheet conform to CSS standard.Misha Brukman2004-01-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10867 91177308-0d34-0410-b5e6-96231b3b80d8
* checkin reid's docpatchChris Lattner2003-11-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10200 91177308-0d34-0410-b5e6-96231b3b80d8
* Styles for the page footer to align images properly.Misha Brukman2003-11-22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10155 91177308-0d34-0410-b5e6-96231b3b80d8
* * No borders on images used as linksMisha Brukman2003-11-22
| | | | | | | | | * Drop font-size from doc_footer class This is now valid CSS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10150 91177308-0d34-0410-b5e6-96231b3b80d8
* index.html: Add link to llvm vs. the worldBrian Gaeke2003-11-12
| | | | | | | | llvm.css: Add padding on top and bottom so that letters do not merge with surrounding whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9929 91177308-0d34-0410-b5e6-96231b3b80d8
* This color is making me want to puke :)Chris Lattner2003-11-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9928 91177308-0d34-0410-b5e6-96231b3b80d8
* Publications do not get distributed with docs/; hence, their stylesheet need notMisha Brukman2003-10-28
| | | | | | | be distributed either. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9545 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a style for making test red, which is used in CommandLine.htmlMisha Brukman2003-10-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9487 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a style for document footers.Misha Brukman2003-10-24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9473 91177308-0d34-0410-b5e6-96231b3b80d8
* * Made into valid CSS that W3C acceptsMisha Brukman2003-10-24
| | | | | | | * Added document subsubsection styles for usage in documentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9472 91177308-0d34-0410-b5e6-96231b3b80d8
* We will distributed this stylesheet with the documentation, as well as use itMisha Brukman2003-10-22
(via import) in the online version. * Added styles for documentation headers, sections, etc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9391 91177308-0d34-0410-b5e6-96231b3b80d8