Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/pootle_it/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pootle_it/static/css/style.css')
-rw-r--r--src/pootle_it/static/css/style.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/pootle_it/static/css/style.css b/src/pootle_it/static/css/style.css
deleted file mode 100644
index 7a5155a..0000000
--- a/src/pootle_it/static/css/style.css
+++ /dev/null
@@ -1,48 +0,0 @@
-div.head {
- background-color: #222;
- border: 1px solid black;
- color: white;
- font-size: 14px;
-}
-
-.head .home {
- font-weight: bold;
- font-size: 18px;
-}
-
-.head .grid_2 {
- margin-left: 0px;
- margin-right: 0px;
- width: 120px;
-}
-
-.head .link {
- text-align: center;
-}
-
-.head a {
- color: white;
- display: block;
- height: 24px;
- text-decoration: none;
-}
-
-.head a:hover {
- background-color: black;
- text-decoration: underline;
-}
-
-.head a {
- padding-top: 10px;
- padding-bottom: 4px;
-}
-
-.head .home a {
- padding-top: 8px;
- padding-bottom: 6px;
-}
-
-
-div.wrapper {
- border: 1px solid black;
-}