summaryrefslogtreecommitdiff
path: root/docs/llvm.css
Commit message (Collapse)AuthorAge
* 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