summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-11-21 20:46:21 by tlsa]Michael Drake2005-11-211-3/+8
| | | | | | Align attribute on table rows and cells affects block level elements. svn path=/import/netsurf/; revision=1882
* [project @ 2005-11-14 17:51:38 by tlsa]Michael Drake2005-11-141-1/+1
| | | | | | Add rule for hr[noshade]. svn path=/import/netsurf/; revision=1878
* [project @ 2005-08-29 13:58:33 by tlsa]Michael Drake2005-08-291-3/+1
| | | | | | Update default HR style. svn path=/import/netsurf/; revision=1855
* [project @ 2005-08-07 21:31:02 by bursa]James Bursa2005-08-071-0/+2
| | | | | | Place a border around frames. svn path=/import/netsurf/; revision=1844
* [project @ 2005-05-24 21:07:52 by tlsa]Michael Drake2005-05-241-1/+1
| | | | | | Remove border from input images. svn path=/import/netsurf/; revision=1738
* [project @ 2005-05-11 00:54:56 by rjw]Richard Wilson2005-05-111-3/+6
| | | | | | Remove redundant code. Improve rendering of hr elements. svn path=/import/netsurf/; revision=1717
* [project @ 2005-04-26 13:36:21 by tlsa]Michael Drake2005-04-261-8/+9
| | | | | | Increase default cellspacing to 2px and provide 1px default cellpadding. svn path=/import/netsurf/; revision=1685
* [project @ 2005-03-24 00:36:33 by tlsa]Michael Drake2005-03-241-1/+1
| | | | | | Give tables a one pixel default cellspacing. svn path=/import/netsurf/; revision=1578
* [project @ 2005-03-23 23:22:48 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Revert last checkin. svn path=/import/netsurf/; revision=1577
* [project @ 2005-03-23 22:43:16 by tlsa]Michael Drake2005-03-231-3/+3
| | | | | | Position aligned tables with margins. svn path=/import/netsurf/; revision=1576
* [project @ 2005-03-17 23:13:45 by tlsa]Michael Drake2005-03-171-1/+3
| | | | | | Temporary hack to distinguish list items. svn path=/import/netsurf/; revision=1538
* [project @ 2005-01-13 20:24:36 by bursa]James Bursa2005-01-131-1/+0
| | | | | | Remove "center > * > *" rule (no longer required since inherit is fully implemented). svn path=/import/netsurf/; revision=1445
* [project @ 2005-01-13 00:11:41 by tlsa]Michael Drake2005-01-131-6/+2
| | | | | | TD and TH use vertical-align: inherit. Update welcome page. svn path=/import/netsurf/; revision=1443
* [project @ 2005-01-11 14:20:54 by rjw]Richard Wilson2005-01-111-5/+5
| | | | | | Add missing CSS terminators svn path=/import/netsurf/; revision=1440
* [project @ 2005-01-10 21:43:57 by rjw]Richard Wilson2005-01-101-12/+12
| | | | | | Fix for CSS rules svn path=/import/netsurf/; revision=1438
* [project @ 2005-01-10 21:35:33 by rjw]Richard Wilson2005-01-101-7/+19
| | | | | | Vertical alignment for table cells svn path=/import/netsurf/; revision=1437
* [project @ 2004-11-23 18:32:28 by rjw]Richard Wilson2004-11-231-1/+1
| | | | | | Fix for form images having an incorrect background colour (thanks should go to tlsa) svn path=/import/netsurf/; revision=1372
* [project @ 2004-10-19 22:31:25 by tlsa]Michael Drake2004-10-191-6/+6
| | | | | | Change default colours for some form elements. svn path=/import/netsurf/; revision=1328
* [project @ 2004-10-17 21:01:35 by bursa]James Bursa2004-10-171-3/+3
| | | | | | More border-styles now implemented. svn path=/import/netsurf/; revision=1311
* [project @ 2004-08-01 13:08:18 by bursa]James Bursa2004-08-011-4/+8
| | | | | | More work on overflow. Modify block centering to left-align when insufficient space. Fix caret positioning for form controls with padding. svn path=/import/netsurf/; revision=1171
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-3/+1
| | | | | | | | Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168
* [project @ 2004-07-30 21:53:52 by jmb]John Mark Bell2004-07-301-0/+2
| | | | | | Implement some CSS3 attribute selectors svn path=/import/netsurf/; revision=1167
* [project @ 2004-07-25 01:27:16 by jmb]John Mark Bell2004-07-251-0/+1
| | | | | | | Fix for Google front page. There must be a way of doing this which is more generic (otherwise it'll break again under more complex circumstances) svn path=/import/netsurf/; revision=1140
* [project @ 2004-07-23 16:16:51 by bursa]James Bursa2004-07-231-71/+133
| | | | | | Clean up and re-order to HTML specification order. Add a few elements and attributes. svn path=/import/netsurf/; revision=1139
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-0/+4
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-04-24 23:44:06 by bursa]James Bursa2004-04-241-0/+1
| | | | | | Add table[align=center]. svn path=/import/netsurf/; revision=802
* [project @ 2004-04-21 21:37:32 by bursa]James Bursa2004-04-211-1/+1
| | | | | | Change dimensions of radio and checkboxes to em. svn path=/import/netsurf/; revision=797
* [project @ 2004-04-18 15:19:53 by bursa]James Bursa2004-04-181-1/+1
| | | | | | Implement <br> properly by adding BOX_BR; fix box tree normalisation bugs. svn path=/import/netsurf/; revision=791
* [project @ 2004-04-12 21:12:50 by bursa]James Bursa2004-04-121-6/+8
| | | | | | Add margins for a few elements. svn path=/import/netsurf/; revision=765
* [project @ 2004-04-12 00:00:47 by bursa]James Bursa2004-04-121-0/+1
| | | | | | Rewrite block context layout, implementing collapsing and negative margins and margins for tables. svn path=/import/netsurf/; revision=754
* [project @ 2004-04-02 18:13:23 by bursa]James Bursa2004-04-021-4/+4
| | | | | | Experimental work on frames. svn path=/import/netsurf/; revision=703
* [project @ 2004-03-25 22:29:33 by tlsa]Michael Drake2004-03-251-4/+6
| | | | | | Give text input and text area form items a RISC OS style svn path=/import/netsurf/; revision=668
* [project @ 2004-03-24 10:26:48 by tlsa]Michael Drake2004-03-241-9/+7
| | | | | | Centre text on buttons. svn path=/import/netsurf/; revision=661
* [project @ 2004-03-22 01:38:09 by jmb]John Mark Bell2004-03-221-4/+12
| | | | | | Make form elements 3d. svn path=/import/netsurf/; revision=653
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-1/+1
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-14 22:50:55 by bursa]James Bursa2004-03-141-1/+1
| | | | | | Reduce input height. svn path=/import/netsurf/; revision=623
* [project @ 2004-02-20 00:42:36 by bursa]James Bursa2004-02-201-1/+3
| | | | | | Partial implementation of collapsing margins. svn path=/import/netsurf/; revision=561
* [project @ 2004-02-02 01:38:54 by jmb]John Mark Bell2004-02-021-0/+4
| | | | | | Indent list items svn path=/import/netsurf/; revision=530
* [project @ 2004-01-28 23:49:56 by tlsa]Michael Drake2004-01-281-4/+5
| | | | | | Change default CSS file. pre now monospaced plus other minor changes svn path=/import/netsurf/; revision=517
* [project @ 2004-01-28 21:48:10 by jmb]John Mark Bell2004-01-281-0/+3
| | | | | | | | Add font-family support. Still needs a little work, but works fine as is. Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.) Update TODO lists. svn path=/import/netsurf/; revision=514
* [project @ 2004-01-26 01:24:32 by jmb]John Mark Bell2004-01-261-0/+4
| | | | | | Add rules for <u>, <s>, <ins> and <del> svn path=/import/netsurf/; revision=506
* [project @ 2003-10-23 00:09:16 by jmb]John Mark Bell2003-10-231-1/+2
| | | | | | | | | | Enable logging into sites which require Basic Authentication Has a couple of issues: 1) Opens the page in the first window in the list 2) Doesn't save the login details so you have to log in to each page. 3) The call to ro_gui_401login_open shouldn't be there. svn path=/import/netsurf/; revision=372
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+1
| | | | | | | Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-1/+1
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-17 17:39:29 by bursa]James Bursa2003-10-171-10/+10
| | | | | | Implement :link, ignore stylesheets with syntax errors, parse pseudo classes. svn path=/import/netsurf/; revision=367
* [project @ 2003-10-10 18:47:04 by bursa]James Bursa2003-10-101-3/+11
| | | | | | Add font[size] selectors. svn path=/import/netsurf/; revision=362
* [project @ 2003-10-08 20:48:46 by jmb]John Mark Bell2003-10-081-1/+1
| | | | | | Make cursor keys work in text areas svn path=/import/netsurf/; revision=352
* [project @ 2003-10-07 21:41:55 by bursa]James Bursa2003-10-071-0/+2
| | | | | | Implementing a new CSS property overview. svn path=/import/netsurf/; revision=349
* [project @ 2003-10-01 22:48:02 by bursa]James Bursa2003-10-011-3/+3
| | | | | | clear only applies to br. svn path=/import/netsurf/; revision=340
* [project @ 2003-09-28 17:37:43 by bursa]James Bursa2003-09-281-3/+17
| | | | | | Implement CSS specificity and fix bugs. svn path=/import/netsurf/; revision=329