diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 02:05:12 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-07 02:05:12 +0200 |
commit | 45bda0997f4cd591c4dab83a5a9bd73de2e98c3e (patch) | |
tree | 0c580a39af1038049c813b773088b4de3e01e485 /core | |
parent | 0a6c76fb9100e4f1c049befea40f235d001e019f (diff) | |
download | nextcloud-server-45bda0997f4cd591c4dab83a5a9bd73de2e98c3e.tar.gz nextcloud-server-45bda0997f4cd591c4dab83a5a9bd73de2e98c3e.zip |
some cleanup, small fixes
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 | ||||
-rw-r--r-- | core/img/actions/arrow-down.png | bin | 525 -> 0 bytes | |||
-rw-r--r-- | core/img/actions/arrow-left.png | bin | 512 -> 0 bytes | |||
-rw-r--r-- | core/img/actions/arrow-right.png | bin | 527 -> 0 bytes | |||
-rw-r--r-- | core/img/actions/arrow-up.png | bin | 484 -> 0 bytes |
5 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index d4ad393b852..8723fe0eaf2 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -5,6 +5,7 @@ body { background:#fefefe url('../img/body_background.jpg') repeat-y left top; f #owncloud { float:left; margin:0 0 0 2em; } h1 { margin:1em 3em 1em 0; border-bottom:1px solid #666; text-transform:uppercase; font-weight:normal; font-style:italic; color:#666; } p.center { text-align:center; } +a { color:#000; text-decoration:none; } form { margin:2em 2em 2em 3em; } form#quota { max-width:600px; } diff --git a/core/img/actions/arrow-down.png b/core/img/actions/arrow-down.png Binary files differdeleted file mode 100644 index 03f201428ad..00000000000 --- a/core/img/actions/arrow-down.png +++ /dev/null diff --git a/core/img/actions/arrow-left.png b/core/img/actions/arrow-left.png Binary files differdeleted file mode 100644 index b56cfee03df..00000000000 --- a/core/img/actions/arrow-left.png +++ /dev/null diff --git a/core/img/actions/arrow-right.png b/core/img/actions/arrow-right.png Binary files differdeleted file mode 100644 index 0acee70bcdd..00000000000 --- a/core/img/actions/arrow-right.png +++ /dev/null diff --git a/core/img/actions/arrow-up.png b/core/img/actions/arrow-up.png Binary files differdeleted file mode 100644 index 5e423213fbd..00000000000 --- a/core/img/actions/arrow-up.png +++ /dev/null |